fix: hc from localhost to 127.0.0.1
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
||||
environment:
|
||||
- SERVICE_FQDN_WORDPRESS
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost"]
|
||||
test: ["CMD", "curl", "-f", "http://127.0.0.1"]
|
||||
interval: 2s
|
||||
timeout: 10s
|
||||
retries: 10
|
||||
|
||||
Reference in New Issue
Block a user