8 Star 17 Fork 8

thinkcmf / mall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 605 Bytes
一键复制 编辑 原始数据 按行查看 历史
zxxjj 提交于 2019-04-23 12:44 . init
version: "2"
services:
mysql:
image: mysql:8.0.13
restart: always
command: --default-authentication-plugin=mysql_native_password
container_name: thinkcmf-db
environment:
- MYSQL_ROOT_PASSWORD=Root@123
- MYSQL_USER=thinkcmf
- MYSQL_PASSWORD=Thinkcmf@123
- MYSQL_DATABASE=thinkcmf
- TZ=Asia/Shanghai
volumes:
- ./mysql:/var/lib/mysql
ports:
- "3306:3306"
- "80:80"
expose:
- 80
thinkcmf:
build: .
network_mode: service:mysql
restart: always
container_name: thinkcmf-web
depends_on:
- mysql
1
https://gitee.com/thinkcmf/mall.git
git@gitee.com:thinkcmf/mall.git
thinkcmf
mall
mall
master

搜索帮助