rename
This commit is contained in:
13
nginx-proxy-manager/docker-compose.yaml
Normal file
13
nginx-proxy-manager/docker-compose.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
app:
|
||||
image: jc21/nginx-proxy-manager:latest
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- 1080:80
|
||||
- 1081:81
|
||||
- 10443:443
|
||||
volumes:
|
||||
- ${NGINX_DATA}:/data
|
||||
- ${NGINX_LETSENCRYPT}:/etc/letsencrypt
|
||||
Reference in New Issue
Block a user