mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix(stremio-catalog-providers): correct postgres user in healthcheck command
This commit is contained in:
@@ -56,7 +56,7 @@ services:
|
||||
ports:
|
||||
- "5432:5432"
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U postgres_user -d stremio_catalog_db"]
|
||||
test: ["CMD-SHELL", "pg_isready -U postgres -d stremio_catalog_db"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
|
||||
Reference in New Issue
Block a user