2 Commits

Author SHA1 Message Date
99ae0665a6 added clarification in README 2024-04-20 06:23:03 +02:00
2646f4fa2f added data directory 2024-04-20 06:21:35 +02:00
3 changed files with 3 additions and 0 deletions

View File

@@ -1 +1,2 @@
# Nginx Deployment
Data directory inside container: /var/www/html

View File

@@ -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

View File

@@ -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