Skip to content

Commit

Permalink
healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed May 18, 2024
1 parent f5891c1 commit 60f8007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ services:
PGADMIN_DEFAULT_PASSWORD_FILE: /run/secrets/pgadmin_password
PGADMIN_DISABLE_POSTFIX: disable
healthcheck:
test: ["CMD", "wget", "-O", "-", "http://localhost:80/misc/ping"]
test: ["CMD", "wget", "-O", "-", "http://127.0.0.1:80/misc/ping"]
interval: 10s
timeout: 10s
start_period: 160s
Expand Down

0 comments on commit 60f8007

Please sign in to comment.