Skip to content

Commit 81070ae

Browse files
committed
perf: update dev run
1 parent 7f9fbb0 commit 81070ae

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
@@ -6,13 +6,13 @@ services:
66
container_name: chen-backend-dev
77
volumes:
88
- ./config:/opt/chen/config
9-
- chen-data:/opt/chen/data
9+
- ./data:/opt/chen/data
1010
ports:
1111
- "8082:8082"
1212
environment:
1313
LOG_LEVEL: INFO
1414
CORE_HOST: ${CORE_HOST:-http://host.docker.internal:8080}
15-
BOOTSTRAP_TOKEN: ${BOOTSTRAP_TOKEN:?PleaseChangeMe}
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)