From 90c7e381329cc3fde9f5761d6528778be2570ac2 Mon Sep 17 00:00:00 2001 From: Max Buz <79866323+xopek-by@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:23:06 +0100 Subject: [PATCH] Redisign to use with Portainer --- nginx-proxy-manager/.env | 4 ++-- nginx-proxy-manager/compose.yaml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) 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