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