diff --git a/.env.sample b/.env.sample index 9d546a2..aa68c74 100644 --- a/.env.sample +++ b/.env.sample @@ -42,9 +42,11 @@ NETWORK=webproxy #SERVICE_NETWORK_OPTIONS="--opt encrypted=true" # -# NGINX file path -# -NGINX_FILES_PATH=/path/to/your/nginx/data +## NGINX file path (mount into the host) +# Here you can configure the path where nginx stores all the configurations and certificates. +# With the value ./nginx-data it creates a new sub-folder into your current path. + +NGINX_FILES_PATH=./nginx-data # # NGINX use special conf files diff --git a/.github/README.md b/.github/README.md index b1f834a..96c91a5 100644 --- a/.github/README.md +++ b/.github/README.md @@ -79,9 +79,11 @@ NETWORK=webproxy #SERVICE_NETWORK_OPTIONS="--opt encrypted=true" # -# NGINX file path -# -NGINX_FILES_PATH=/path/to/your/nginx/data +## NGINX file path (mount into the host) +# Here you can configure the path where nginx stores all the configurations and certificates. +# With the value ./nginx-data it creates a new sub-folder into your current path. + +NGINX_FILES_PATH=./nginx-data # # NGINX use special conf files