Redisign to use with Portainer

This commit is contained in:
Max Buz
2025-01-27 23:23:06 +01:00
committed by GitHub
parent b7c885398b
commit 90c7e38132
2 changed files with 3 additions and 4 deletions

View File

@@ -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
NGINX_LETSENCRYPT=${NGINX_LETSENCRYPT}

View File

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