fix webroot path

This commit is contained in:
Christoph Haas 2019-01-02 11:35:04 +01:00
parent 7967900621
commit 90a1e0d543
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ services:
container_name: ${CONTAINER_NGINX_NAME}
image: nginx:stable
volumes:
- ${WEBROOT_PATH}:/var/www
- ${WEBROOT_PATH}:/usr/share/nginx/html
ports:
- "${NGINX_PORT}:80"