Skip to content

Commit 7f9fbb0

Browse files
committed
perf: update docker dev env
1 parent e02e92f commit 7f9fbb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ services:
1111
- "8082:8082"
1212
environment:
1313
LOG_LEVEL: INFO
14-
BOOTSTRAP_TOKEN: PleaseChangeMe
15-
CORE_HOST: http://192.168.1.80:8080
14+
CORE_HOST: ${CORE_HOST:-http://host.docker.internal:8080}
15+
BOOTSTRAP_TOKEN: ${BOOTSTRAP_TOKEN:?PleaseChangeMe}
1616
EXECUTE_PROGRAM: >-
1717
java -Dfile.encoding=utf-8 -XX:+ExitOnOutOfMemoryError
1818
-jar /opt/chen/chen.jar

0 commit comments

Comments
 (0)