We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88be24d commit 0e672c3Copy full SHA for 0e672c3
Dockerfile
@@ -22,6 +22,7 @@ ENV default_index excelastic
22
ENV es_authentication false
23
ENV username root
24
ENV password root
25
+ENV java_opts ""
26
27
EXPOSE 8080:8080/tcp
28
docker/bootstrap.sh
@@ -1 +1 @@
1
-envsubst < configuration_template.json > configuration.json && java -jar excelastic.jar
+envsubst < configuration_template.json > configuration.json && java $java_opts -jar excelastic.jar
0 commit comments