mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-31 05:02:12 +00:00
fix: hc from localhost to 127.0.0.1
This commit is contained in:
@@ -16,7 +16,7 @@ services:
|
||||
- SERVICE_FQDN_SPDF_8080
|
||||
- DOCKER_ENABLE_SECURITY=false
|
||||
healthcheck:
|
||||
test: 'curl --fail -I http://localhost:8080 || exit 1'
|
||||
test: 'curl --fail -I http://127.0.0.1:8080 || exit 1'
|
||||
interval: 5s
|
||||
timeout: 20s
|
||||
retries: 10
|
||||
|
||||
Reference in New Issue
Block a user