leycloud/nginx-proxy-manager hinzugefügt
This commit is contained in:
parent
075e56855b
commit
009c8a1f2e
|
|
@ -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
|
||||||
Loading…
Reference in New Issue