Browse Source

v init.sql

ysyyhhh 1 year ago
parent
commit
b7d07df223
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docker-compose.yml

+ 1 - 0
docker-compose.yml

@@ -30,6 +30,7 @@ services:
       - 3306
     volumes:
       - ./mysql/data:/var/lib/mysql
+      - ./mysql/init.sql:/init.sql
     environment:
       - MYSQL_ROOT_PASSWORD=root
       - TZ=Asia/Shanghai