fix webroot path
This commit is contained in:
parent
7967900621
commit
90a1e0d543
@ -5,7 +5,7 @@ services:
|
|||||||
container_name: ${CONTAINER_NGINX_NAME}
|
container_name: ${CONTAINER_NGINX_NAME}
|
||||||
image: nginx:stable
|
image: nginx:stable
|
||||||
volumes:
|
volumes:
|
||||||
- ${WEBROOT_PATH}:/var/www
|
- ${WEBROOT_PATH}:/usr/share/nginx/html
|
||||||
ports:
|
ports:
|
||||||
- "${NGINX_PORT}:80"
|
- "${NGINX_PORT}:80"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user