This commit is contained in:
sdpyy1 2025-05-09 17:15:26 +00:00 committed by GitHub
commit af3412ed76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View File

@ -27,6 +27,7 @@ services:
- ./mysql/conf:/etc/mysql/conf.d
- ./mysql/logs:/logs
- ./mysql/data:/var/lib/mysql
- ./mysql/db:/docker-entrypoint-initdb.d
command: [
'mysqld',
'--innodb-buffer-pool-size=80M',

View File

@ -2,6 +2,3 @@
FROM mysql:5.7
# author
MAINTAINER ruoyi
# 执行sql脚本
ADD ./db/*.sql /docker-entrypoint-initdb.d/