Files
npm/compose.yaml
T

19 lines
356 B
YAML
Raw Normal View History

2026-05-28 09:59:55 +02:00
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
environment:
TZ: "Europe/Amsterdam"
ports:
- '80:80'
- '81:81'
- '443:443'
volumes:
2026-06-07 12:46:21 +02:00
- data:/data
2026-06-07 13:22:33 +02:00
- letsencrypt:/etc/letsencrypt
# /srv/docker/npm/letsencrypt:/etc/letsencrypt
2026-05-28 09:59:55 +02:00
2026-06-07 12:46:21 +02:00
volumes:
2026-06-07 13:09:30 +02:00
data:
2026-06-07 13:22:33 +02:00
letsencrypt: