Added Nginx Proxy Manager

This commit is contained in:
2025-09-24 23:52:17 +02:00
parent c488b509e2
commit d14b80ea38
4 changed files with 14 additions and 2 deletions

View 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

View File

View File

@@ -9,9 +9,9 @@ services:
- "53:53/tcp" - "53:53/tcp"
- "53:53/udp" - "53:53/udp"
# Default HTTP Port # Default HTTP Port
- "80:80/tcp" - "8080:80/tcp"
# Default HTTPs Port. FTL will generate a self-signed certificate # 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 # Uncomment the below if using Pi-hole as your DHCP Server
#- "67:67/udp" #- "67:67/udp"
environment: environment: