There was an error while loading. Please reload this page.
1 parent e02e92f commit 7f9fbb0Copy full SHA for 7f9fbb0
1 file changed
docker-compose.yml
@@ -11,8 +11,8 @@ services:
11
- "8082:8082"
12
environment:
13
LOG_LEVEL: INFO
14
- BOOTSTRAP_TOKEN: PleaseChangeMe
15
- CORE_HOST: http://192.168.1.80:8080
+ CORE_HOST: ${CORE_HOST:-http://host.docker.internal:8080}
+ BOOTSTRAP_TOKEN: ${BOOTSTRAP_TOKEN:?PleaseChangeMe}
16
EXECUTE_PROGRAM: >-
17
java -Dfile.encoding=utf-8 -XX:+ExitOnOutOfMemoryError
18
-jar /opt/chen/chen.jar
0 commit comments