Added Nginx Proxy Manager
This commit is contained in:
12
nginx-proxy-manager/compose.yml
Normal file
12
nginx-proxy-manager/compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
#name: Nginx Proxy Manager
|
||||
services:
|
||||
app:
|
||||
image: 'docker.io/jc21/nginx-proxy-manager:latest'
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '80:80'
|
||||
- '81:81'
|
||||
- '443:443'
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./letsencrypt:/etc/letsencrypt
|
||||
0
nginx-proxy-manager/data/.emptyFile
Normal file
0
nginx-proxy-manager/data/.emptyFile
Normal file
0
nginx-proxy-manager/letsencrypt/.emptyFile
Normal file
0
nginx-proxy-manager/letsencrypt/.emptyFile
Normal file
@@ -9,9 +9,9 @@ services:
|
||||
- "53:53/tcp"
|
||||
- "53:53/udp"
|
||||
# Default HTTP Port
|
||||
- "80:80/tcp"
|
||||
- "8080:80/tcp"
|
||||
# Default HTTPs Port. FTL will generate a self-signed certificate
|
||||
- "443:443/tcp"
|
||||
- "8443:443/tcp"
|
||||
# Uncomment the below if using Pi-hole as your DHCP Server
|
||||
#- "67:67/udp"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user