1 Star 0 Fork 17

leoroll/easyswoole-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yml 743 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaobaiskill 提交于 2019-12-09 19:02 . mysql 3307
version: "3"
services:
mysql:
image: "mysql:5.7.20"
environment:
MYSQL_ROOT_PASSWORD: mysqlroot
volumes:
- ./mysql/data:/var/lib/mysql
- ./mysql/conf/my.cnf:/etc/my.cnf
- ./mysql/init:/docker-entrypoint-initdb.d/
ports:
- "3307:3306"
php-swoole:
build:
context: .
restart: always
container_name: php_swoole
depends_on:
- mysql
ports:
- 9503:9503
volumes:
- "./log:/home/www/Log"
# css 文件 网页不加载. content-type:text/plian
# nginx:
# image: nginx
# depends_on:
# - php-swoole
# volumes:
# - "./App/Static:/Static"
# - "./nginx/nginx.conf:/etc/nginx/nginx.conf"
# ports:
# - "8081:80"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/null_916_5526/easyswoole-admin.git
git@gitee.com:null_916_5526/easyswoole-admin.git
null_916_5526
easyswoole-admin
easyswoole-admin
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385