fix(stremio-trakt-addon): correct postgres user in healthcheck command

This commit is contained in:
Viren070
2025-04-28 15:29:10 +01:00
parent 9800b6dec4
commit b6dbf600c0
+1 -1
View File
@@ -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