fix(stremio-catalog-providers): correct postgres user in healthcheck command

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