优化docker-compose部署方案,支持最新版v3.5.7快速启动部署

This commit is contained in:
xiaojian
2022-09-28 23:39:16 +08:00
parent 308a45795e
commit f9b5edbcf5
29 changed files with 32 additions and 284 deletions

View File

@@ -0,0 +1,7 @@
create database if not exists `maxkey` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */ ;
use maxkey ;
source /docker-entrypoint-initdb.d/v3.5.7.ga/maxkey_v3.5.7.GA.sql ;
source /docker-entrypoint-initdb.d/v3.5.7.ga/maxkey_v3.5.7.GA_data.sql ;