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

fanghailiang2017 / lnmp_docker_rancher
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-compose.yml 862 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
fanghailiang2017 提交于 2019-04-24 15:24 . 12
version: '2'
services:
pwc-nginx:
image: jiangliuer326442/nginx:tyouapp
stdin_open: true
entrypoint:
- nginx
- -g
- daemon off;
volumes:
- /home/www/nginx4/html:/usr/share/nginx/html
tty: true
links:
- pwc-phpfpm:phpfpm
ports:
- 80:80/tcp
labels:
io.rancher.container.pull_image: always
pwc-phpfpm:
image: jiangliuer326442/phpfpm:tyouapp
stdin_open: true
volumes:
- /home/www/nginx4/html:/var/www/html
tty: true
links:
- pwc-mysql:mysql
labels:
io.rancher.container.pull_image: always
pwc-mysql:
image: jiangliuer326442/mysql:tyouapp
environment:
MYSQL_ROOT_PASSWORD: loveclub123
stdin_open: true
tty: true
ports:
- 3306:3306/tcp
labels:
io.rancher.container.pull_image: always
Docker
1
https://gitee.com/fanghailiang2019/lnmp_docker_rancher.git
git@gitee.com:fanghailiang2019/lnmp_docker_rancher.git
fanghailiang2019
lnmp_docker_rancher
lnmp_docker_rancher
master

搜索帮助

14c37bed 8189591 565d56ea 8189591