1 Star 0 Fork 0

用剑的魔导师/autoMysql

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yaml 722 Bytes
一键复制 编辑 原始数据 按行查看 历史
用剑的魔导师 提交于 2024-11-14 15:19 . up
version: '3.8'
services:
mydb:
image: mysql:8.0.40
restart: always
ports:
- "3309:3306"
environment:
MYSQL_ROOT_PASSWORD: Sjy.1234
volumes:
# 将SQL文件复制到初始化目录,官方镜像提供的一个可以在mysql启动时执行其中sql的目录
- C:\Users\sjy\Desktop\fcdb\user_info.sql:/docker-entrypoint-initdb.d/user_info.sql
autodb:
image: 10.6.0.2:5000/autodb:latest
restart: always
ports:
- "11000:11000"
depends_on:
- mydb
volumes:
# - C:\Users\sjy\Desktop\fcdb\config.yaml:/usr/sjy/config.yaml
# - C:\Users\sjy\Desktop\fcdb\autodb:/usr/sjy/autodb
- C:\Users\sjy\Desktop\fcdb\start_up.sh:/usr/sjy/start_up.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mdsSJY/auto-mysql.git
[email protected]:mdsSJY/auto-mysql.git
mdsSJY
auto-mysql
autoMysql
master

搜索帮助