Typo fix in healthcheck for pgbackweb-db.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user