15 lines
326 B
YAML
15 lines
326 B
YAML
services:
|
|
npm:
|
|
image: jc21/nginx-proxy-manager:latest
|
|
ports:
|
|
- "80:80"
|
|
- "443:443"
|
|
- "81:81" # admin UI — restrict access to LAN only via firewall
|
|
volumes:
|
|
- npm_data:/data
|
|
- npm_letsencrypt:/etc/letsencrypt
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
npm_data:
|
|
npm_letsencrypt:
|