This commit is contained in:
2022-07-16 21:06:36 +02:00
parent 9cedc896bf
commit 98c4381f38
4 changed files with 234 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
version: '3'
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '80:80'
- '81:81'
- '443:443'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt