diff --git a/apps/stremio-trakt-addon/compose.yaml b/apps/stremio-trakt-addon/compose.yaml index b76d347..fb1c5be 100644 --- a/apps/stremio-trakt-addon/compose.yaml +++ b/apps/stremio-trakt-addon/compose.yaml @@ -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