File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- FROM lucee/lucee:6.0.3.1 -tomcat9.0-jdk11-temurin-jammy
1+ FROM lucee/lucee:6.1.2.26-SNAPSHOT -tomcat9.0-jdk11-temurin-jammy
22ADD https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.20.0/jmx_prometheus_javaagent-0.20.0.jar /opt/lucee/bin/prometheus-java-agent.jar
33ENV JAVA_OPTS="-javaagent:/opt/lucee/bin/prometheus-java-agent.jar=9090:/opt/lucee/conf/prometheus/config.yml"
44ENV LUCEE_ADMIN_ENABLED=false
@@ -25,4 +25,4 @@ RUN mkdir -p /var/www && mkdir -p /var/www/logs \
2525
2626ENV LUCEE_SECURITY_LIMITEVALUATION=true
2727COPY devops/conf/prometheus/config.yml /opt/lucee/conf/prometheus/config.yml
28- HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD [ "curl", "-f", "http://localhost:8888/healthcheck/index.cfm" ]
28+ HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD [ "curl", "-f", "http://localhost:8888/healthcheck/index.cfm" ]
You can’t perform that action at this time.
0 commit comments