1 Star 0 Fork 699

geogerli / PbootCMS

forked from 星梦 / PbootCMS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 398 Bytes
一键复制 编辑 原始数据 按行查看 历史
lihua 提交于 2021-09-17 13:53 . add docker file
version: '2'
services:
linkwit_php:
image: linkwit_php:gd
environment:
CI_ENV: production
container_name: "linkwit_php"
volumes:
- .:/data
restart: always
linkwit_nginx:
image: nginx:alpine
container_name: "linkwit_nginx"
ports:
- 9000:80
volumes:
- ./default.conf:/etc/nginx/conf.d/default.conf
- .:/data
restart: always
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/geogerli/PbootCMS.git
git@gitee.com:geogerli/PbootCMS.git
geogerli
PbootCMS
PbootCMS
3.X

搜索帮助

344bd9b3 5694891 D2dac590 5694891