优化v3.3docker-compose部署方案,启动时不重新打包镜像,mysql服务名取代localhost

This commit is contained in:
xiaojian
2022-09-27 20:16:15 +08:00
parent c8643edc9c
commit 308a45795e
10 changed files with 17 additions and 257 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.3.3.ga/maxkey_v3.3.3.GA.sql ;
source /docker-entrypoint-initdb.d/v3.3.3.ga/maxkey_v3.3.3.GA_data.sql ;

File diff suppressed because one or more lines are too long