Redisign to use with Portainer
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Where the proxy data will be stored
|
# 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
|
# 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:
|
services:
|
||||||
app:
|
app:
|
||||||
image: jc21/nginx-proxy-manager:latest
|
image: jc21/nginx-proxy-manager:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- stack.env
|
- .env
|
||||||
ports:
|
ports:
|
||||||
- 1080:80
|
- 1080:80
|
||||||
- 1081:81
|
- 1081:81
|
||||||
|
|||||||
Reference in New Issue
Block a user