This commit is contained in:
Bachir Soussi Chiadmi
2018-01-13 12:22:38 +01:00
commit 0fe6f1dc6c
6 changed files with 86 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
version: "3.5"
services:
nginx:
build: ./nginx/
ports:
- 81:80
volumes:
- "${PROJECT_ROOT}:/var/www/html"
- "${LOG_ROOT}:/var/log:rw"
networks:
- server
# depends_on:
# - php
networks:
server: