templates
templates copied to clipboard
Nginx proxy manager template
Just like the traefik template, the other edge router: Nginx proxy manager would also be a good enhancement
version: '3'
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '80:80'
- '81:81'
- '443:443'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt