79 Star 237 Fork 100

七觞酒 / yiicms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 690 Bytes
一键复制 编辑 原始数据 按行查看 历史
七觞酒 提交于 2020-02-07 15:20 . fix bug
version: '3.4'
services:
mysql:
image: mysql/mysql-server:5.7
command:
- --default_authentication_plugin=mysql_native_password
- --character-set-server=utf8mb4
- --collation-server=utf8mb4_unicode_ci
expose:
- 3306
ports:
- "3306:3306"
restart: always
environment:
- MYSQL_ROOT_PASSWORD=123456
- MYSQL_USER=yiicms
- MYSQL_PASSWORD=123456
- MYSQL_DATABASE=yiicms
volumes:
- ./yiicms.sql:/docker-entrypoint-initdb.d/init.sql
yiicms:
image: sheng/yiicms:latest
depends_on:
- mysql
expose:
- 80
ports:
- "80:80"
extra_hosts:
- dev.yiicms.com:127.0.0.1
PHP
1
https://gitee.com/templi/yiicms.git
git@gitee.com:templi/yiicms.git
templi
yiicms
yiicms
master

搜索帮助