Typo fix in healthcheck for pgbackweb-db.
This commit is contained in:
+1
-1
@@ -4715,7 +4715,7 @@ services:
|
|||||||
expose:
|
expose:
|
||||||
- 5432
|
- 5432
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U pgbackweeb -d pgbackweb"]
|
test: ["CMD-SHELL", "pg_isready -U pgbackweb -d pgbackweb"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|||||||
Reference in New Issue
Block a user