0 Star 0 Fork 0

大胃王 / codeforfun-practice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 265 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: "3"
services:
mysql:
image: mysql:5.7.21
volumes:
- "./docker/data/mysql:/var/lib/mysql"
- "./docker/conf/mysql:/etc/mysql/conf.d"
ports:
- "3306:3306"
environment:
MYSQL_ROOT_PASSWORD: root
TZ: Asia/Shanghai
1
https://gitee.com/consolelog/codeforfun-practice.git
git@gitee.com:consolelog/codeforfun-practice.git
consolelog
codeforfun-practice
codeforfun-practice
master

搜索帮助