Skip to content

Commit

Permalink
修改docker启动脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
MuXia-0326 committed Sep 23, 2023
1 parent 6d827b1 commit 9bf48dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-run/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
ports:
- 3306:3306
volumes:
- ./auto_plan.sql:/docker-entrypoint-initdb.d/
- ./auto_plan_docker.sql:/docker-entrypoint-initdb.d/auto_plan_docker.sql
environment:
- MYSQL_ROOT_PASSWORD="密码"
- TZ="Asia/Shanghai"
Expand All @@ -23,7 +23,7 @@ services:
ports:
- 26666:26666
volumes:
- ./application.yml:/tmp/yml/
- ./application.yml:/tmp/yml/application.yml
environment:
- TZ="Asia/Shanghai"
networks:
Expand Down

0 comments on commit 9bf48dd

Please sign in to comment.