求教docker下部署nginx和php-fpm,但fpm无法被解析
1个回答
展开全部
prober:
image: tommylau/php-5.2:latest
volumes:
- prober/src:/var/www/html:rw
nginx:
image: nginx:latest
ports:
- "80:80"
volumes:
- prober/src:/var/www/html:rw
- prober/nginx.conf:/etc/nginx/conf.d/default.conf
links:
- prober
image: tommylau/php-5.2:latest
volumes:
- prober/src:/var/www/html:rw
nginx:
image: nginx:latest
ports:
- "80:80"
volumes:
- prober/src:/var/www/html:rw
- prober/nginx.conf:/etc/nginx/conf.d/default.conf
links:
- prober
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |