1 Star 0 Fork 568

Cee / ThinkCMF

forked from thinkcmf / ThinkCMF 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 605 Bytes
一键复制 编辑 原始数据 按行查看 历史
jayknoxqu 提交于 2019-04-01 01:09 . 添加 docker 配置文件
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
PHP
1
https://gitee.com/Ceea/ThinkCMF.git
git@gitee.com:Ceea/ThinkCMF.git
Ceea
ThinkCMF
ThinkCMF
5.1

搜索帮助