mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-31 12:34:39 +00:00
fix: hc from localhost to 127.0.0.1
This commit is contained in:
@@ -18,7 +18,7 @@ services:
|
||||
elasticsearch:
|
||||
image: kuzzleio/elasticsearch:7
|
||||
healthcheck:
|
||||
test: [ "CMD", "curl", "-f", "http://localhost:9200" ]
|
||||
test: [ "CMD", "curl", "-f", "http://127.0.0.1:9200" ]
|
||||
interval: 2s
|
||||
timeout: 2s
|
||||
retries: 10
|
||||
@@ -51,7 +51,7 @@ services:
|
||||
sysctls:
|
||||
- net.core.somaxconn=8192
|
||||
healthcheck:
|
||||
test: [ "CMD", "curl", "-f", "http://localhost:7512/_healthcheck" ]
|
||||
test: [ "CMD", "curl", "-f", "http://127.0.0.1:7512/_healthcheck" ]
|
||||
timeout: 1s
|
||||
interval: 2s
|
||||
retries: 30
|
||||
|
||||
Reference in New Issue
Block a user