1 Star 0 Fork 60

luozhen2580 / ThinkCMF企业门户解决方案

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 605 Bytes
一键复制 编辑 原始数据 按行查看 历史
zxxjj 提交于 2019-10-11 22:40 . 初始化企业门户解决方案
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/luoyetime/portal.git
git@gitee.com:luoyetime/portal.git
luoyetime
portal
ThinkCMF企业门户解决方案
master

搜索帮助