Skip to content

Commit

Permalink
replace to 127.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf authored Feb 17, 2025
1 parent d382a3d commit b0d7bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/docker-compose/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ x-defaults: &defaults
- zealot-backup:/app/public/backup
- ./log:/app/log
healthcheck:
test: ["CMD-SHELL", "wget -q --spider --proxy=off localhost/health || exit 1"]
test: ["CMD-SHELL", "wget -q --spider --proxy=off 127.0.0.1/health || exit 1"]
logging:
driver: "json-file"
options:
Expand Down

0 comments on commit b0d7bb1

Please sign in to comment.