当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 40

西風悲畫扇 / yuncms
关闭

forked from 云阿拉丁 / yuncms
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 393 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
jabber 提交于 2017-05-08 23:38 . runtime
yuncms:
build: ./
volumes:
- ./:/var/www
links:
- mysql
- xunsearch
ports:
- 80:80
mysql:
image: mysql:latest
volumes:
- ./mysql:/var/lib/mysql
environment:
- MYSQL_ROOT_PASSWORD=123456
ports:
- 3306:3306
xunsearch:
image: hightman/xunsearch:latest
volumes:
- ./xunsearch:/usr/local/xunsearch/data
ports:
- 8383:8383
- 8384:8384
PHP
1
https://gitee.com/xiaojunhao/yuncms.git
git@gitee.com:xiaojunhao/yuncms.git
xiaojunhao
yuncms
yuncms
master

搜索帮助