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