diff --git a/docker-compose.yml b/docker-compose.yml index 88e4797..e8ad3e2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,6 +31,7 @@ services: volumes: - ${NGINX_CONFIG}:/etc/nginx/nginx.conf - ${NGINX_SITECONFIG}:/etc/nginx/conf.d/default.conf + - ${NGINX_DATA}:/var/www/html networks: - traefik diff --git a/env.example b/env.example index ce01f5f..005e0d7 100644 --- a/env.example +++ b/env.example @@ -19,5 +19,6 @@ DIUN_NGINX_EXCLUDE= # Nginx NGINX_VERSION=1.22.0-alpine +NGINX_DATA=./data/httpdocs NGINX_CONFIG=./data/nginx.conf NGINX_SITECONFIG=./data/site.conf