Adapt Nginx configuration with PHP volume

This commit is contained in:
Vincent Letourneau
2017-07-27 18:51:52 +02:00
parent b7683f79a6
commit e80b05d855
4 changed files with 69 additions and 42 deletions

View File

@@ -9,7 +9,7 @@ services:
volumes:
- "./etc/nginx/default.conf:/etc/nginx/conf.d/default.conf"
- "./etc/ssl:/etc/ssl"
- "./web:/web"
- "./web:/var/www/html"
depends_on:
- php
- mysqldb