This commit is contained in:
Max Buz
2025-01-27 23:24:02 +01:00
committed by GitHub
parent d9d5c80621
commit bf0e9924e2

View File

@@ -0,0 +1,13 @@
services:
app:
image: jc21/nginx-proxy-manager:latest
restart: unless-stopped
env_file:
- .env
ports:
- 1080:80
- 1081:81
- 10443:443
volumes:
- ${NGINX_DATA}:/data
- ${NGINX_LETSENCRYPT}:/etc/letsencrypt