Added main yaml

This commit is contained in:
2023-09-21 15:51:19 +02:00
parent 46231a0ef4
commit 4c68ceecd8
6 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
version: '3.8'
services:
app:
image: jc21/nginx-proxy-manager:latest
restart: unless-stopped
ports:
- 1080:80
- 1081:81
- 10443:443
volumes:
- /home/mbuz/docker/nginx-proxy/data:/data
- /home/mbuz/docker/nginx-proxy/letsencrypt:/etc/letsencrypt