Files
npm/compose.yml
T

15 lines
299 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-05-28 10:04:47 +02:00
- /srv/docker/npm/data:/data
- /srv/docker/npm/letsencrypt:/etc/letsencrypt
2026-05-28 09:59:55 +02:00