mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-03 13:33:15 +00:00
Merge pull request #124 from wazuh/fix-elastic-run-loop
Fixing docker run loop at the elasticsearch container
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
if [ "x${ELASTICSEARCH_URL}" = "x" ]; then
|
if [ "x${ELASTICSEARCH_URL}" = "x" ]; then
|
||||||
el_url="http://elasticsearch:9200"
|
el_url="http://localhost:9200"
|
||||||
else
|
else
|
||||||
el_url="${ELASTICSEARCH_URL}"
|
el_url="${ELASTICSEARCH_URL}"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user