This commit is contained in:
Shaun Collins
2026-01-30 15:26:59 +00:00
committed by shaun collins
commit e20209bf9e
22 changed files with 735 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
environment:
TZ: "Europe/London"
ports:
- '80:80'
- '81:81'
- '443:443'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
networks:
- lingen
networks:
lingen:
driver: bridge