временно убрать entrypoint

This commit is contained in:
2026-05-25 11:42:07 +00:00
parent 92f28af816
commit b38e8e70a9
+1 -1
View File
@@ -14,7 +14,7 @@ services:
target: /data/application.yaml
volumes:
- /opt/docker/eisa/lib:/data/lib:ro
entrypoint: ["java", "-Deisa.branch=${BRANCH}", "-cp", "/app.war", "org.springframework.boot.loader.launch.PropertiesLauncher"]
#entrypoint: ["java", "-Deisa.branch=${BRANCH}", "-cp", "/app.war", "org.springframework.boot.loader.launch.PropertiesLauncher"]
environment:
JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=75 -Djgroups.tunnel.hosts=app-eisa.expertdwh.ru[12001]"