Typo fix in healthcheck for pgbackweb-db.

This commit is contained in:
2025-09-11 16:43:49 -04:00
parent c6a2d46c52
commit ea546abee3
+1 -1
View File
@@ -4715,7 +4715,7 @@ services:
expose:
- 5432
healthcheck:
test: ["CMD-SHELL", "pg_isready -U pgbackweeb -d pgbackweb"]
test: ["CMD-SHELL", "pg_isready -U pgbackweb -d pgbackweb"]
interval: 5s
timeout: 5s
retries: 5