Loading docker-compose.tmpl.yml +0 −6 Original line number Diff line number Diff line Loading @@ -14,12 +14,6 @@ services: - ELASTIC_USER - ELASTIC_USER_PASS - ELASTIC_USER_ROLE healthcheck: test: curl -sSf -u "${ELASTIC_USER}:${ELASTIC_USER_PASS}" http://localhost:${PORT1}/_cluster/health > /dev/null interval: 30s timeout: 10s retries: 3 start_period: 3m networks: elastic-net: Loading Loading
docker-compose.tmpl.yml +0 −6 Original line number Diff line number Diff line Loading @@ -14,12 +14,6 @@ services: - ELASTIC_USER - ELASTIC_USER_PASS - ELASTIC_USER_ROLE healthcheck: test: curl -sSf -u "${ELASTIC_USER}:${ELASTIC_USER_PASS}" http://localhost:${PORT1}/_cluster/health > /dev/null interval: 30s timeout: 10s retries: 3 start_period: 3m networks: elastic-net: Loading