leycloud/nginx-proxy-manager hinzugefügt

This commit is contained in:
florian 2026-03-04 19:03:05 +01:00
parent 075e56855b
commit 009c8a1f2e
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
container_name: nginx-proxy-manager
restart: unless-stopped
ports:
- '80:80' # Standard Web-Traffic
- '443:443' # Verschlüsselter Web-Traffic (HTTPS)
- '81:81' # Die Admin-Oberfläche des Proxys
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt