Redisign to use with Portainer
This commit is contained in:
@@ -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}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user