1 Star 0 Fork 8

冠王团队/bctos

forked from 凡星/bctos 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 694 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: "3.1"
networks:
default:
name: bctos
services:
panel:
# build: .
hostname: panel
container_name: panel
image: registry.cn-hangzhou.aliyuncs.com/wxm201411/panel:latest
restart: always
ports:
- 666:80
- 2100:2100
- 2120:2120
- 2121:2121
volumes:
- /bctos/server/panel/nginx.conf:/etc/nginx/nginx.conf
- /bctos/server/panel/conf.d/default.conf:/etc/nginx/conf.d/default.conf
- /bctos/server/panel/php-fpm.conf:/etc/php7/php-fpm.conf
- /bctos/server/panel/php.ini:/etc/php7/php.ini
- /bctos:/bctos
- /:/myos
cap_add:
- SYS_PTRACE
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/guznwang/bctos.git
git@gitee.com:guznwang/bctos.git
guznwang
bctos
bctos
master

搜索帮助