Planka pg db fix.

This commit is contained in:
2025-06-21 19:48:27 -04:00
parent 5a98607ee1
commit cac87c82a2
+1 -1
View File
@@ -3802,7 +3802,7 @@ services:
expose:
- 5432
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres -d planka"]
test: ["CMD-SHELL", "pg_isready -U planka -d planka"]
interval: 10s
timeout: 5s
retries: 5