Files
docker-materio-d7/docker-compose.yml
T
2018-01-13 12:22:38 +01:00

18 lines
303 B
YAML

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: