1 parent 0d42563 commit 6e4e412Copy full SHA for 6e4e412
1 file changed
docker/docker-compose-with-cfadmin.yaml
@@ -6,6 +6,8 @@ services:
6
restart: always
7
volumes:
8
- ./script/:/app/script/
9
+ # 如需设置时区, 建议请将localtime提取到home目录下再挂在使用
10
+ # - /etc/localtime:/etc/localtime
11
ports:
12
- 8080:8080
13
depends_on:
@@ -23,6 +25,8 @@ services:
23
25
- MYSQL_DATABASE=cfadmin
24
26
27
- ./db/:/docker-entrypoint-initdb.d/
28
29
30
31
- 3306:3306
32
networks:
0 commit comments