diff --git a/nginx-proxy-manager/.env b/nginx-proxy-manager/.env index 02ae463..14c0291 100644 --- a/nginx-proxy-manager/.env +++ b/nginx-proxy-manager/.env @@ -1,5 +1,5 @@ # Where the proxy data will be stored -NGINX_DATA=/path/to/nginx/data_folder +NGINX_DATA=${NGINX_DATA} # Where the Letsencrypt data will be stored -NGINX_LETSENCRYPT=/path/to/letsencrypt/data_folder \ No newline at end of file +NGINX_LETSENCRYPT=${NGINX_LETSENCRYPT} \ No newline at end of file diff --git a/nginx-proxy-manager/compose.yaml b/nginx-proxy-manager/compose.yaml index a569bde..055e651 100644 --- a/nginx-proxy-manager/compose.yaml +++ b/nginx-proxy-manager/compose.yaml @@ -1,10 +1,9 @@ -version: '3.8' services: app: image: jc21/nginx-proxy-manager:latest restart: unless-stopped env_file: - - stack.env + - .env ports: - 1080:80 - 1081:81