Skip to content

Commit

Permalink
es too
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Dec 6, 2023
1 parent b3a6343 commit 1a1f0c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/test-images/zipkin-elasticsearch7/start-elasticsearch
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ export HEALTHCHECK_PORT=9200
export HEALTHCHECK_PATH=/_cluster/health

# -cp 'classes:lib/*' allows layers to patch the image without packaging or overwriting jars
# We allow security manager (via flag to prevent JRE 21 crash) as Elasticsearch.main needs it.
exec java -cp 'classes:lib/*' ${JAVA_OPTS} \
-Djava.security.manager=allow \
-Djava.io.tmpdir=/tmp \
-Dlog4j2.disable.jmx=true \
-Des.path.home=$PWD -Des.path.conf=$PWD/config \
Expand Down

0 comments on commit 1a1f0c8

Please sign in to comment.