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/docker-compose.yaml
2025-01-30 09:55:17 +01:00

13 lines
268 B
YAML

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