This repository has been archived on 2025-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
homelab/Docker/nginx-proxy-manager/nginx-proxy.yaml

14 lines
295 B
YAML

version: '3.8'
services:
app:
image: jc21/nginx-proxy-manager:latest
restart: unless-stopped
env_file:
- stack.env
ports:
- 1080:80
- 1081:81
- 10443:443
volumes:
- ${NGINX_DATA}:/data
- ${NGINX_LETSENCRYPT}:/etc/letsencrypt