There was an error while loading. Please reload this page.
1 parent 81070ae commit 9b1280cCopy full SHA for 9b1280c
1 file changed
docker-compose.yml
@@ -12,7 +12,7 @@ services:
12
environment:
13
LOG_LEVEL: INFO
14
CORE_HOST: ${CORE_HOST:-http://host.docker.internal:8080}
15
- BOOTSTRAP_TOKEN: ${BOOTSTRAP_TOKEN-:PleaseChangeMe}
+ 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