Files

15 lines
384 B
YAML
Raw Permalink Normal View History

2024-10-25 22:33:59 +02:00
services:
app:
container_name: nginx-proxy-manager
image: "jc21/nginx-proxy-manager:latest"
restart: unless-stopped
ports:
# These ports are in format <host-port>:<container-port>
- "80:80" # Public HTTP Port
- "443:443" # Public HTTPS Port
- "81:81" # Admin Web Port
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt