fix webroot path
This commit is contained in:
parent
7967900621
commit
90a1e0d543
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user