This commit is contained in:
2024-09-17 01:08:33 -06:00
parent ab465784ff
commit f4979ee888
6 changed files with 29 additions and 123 deletions
+11 -6
View File
@@ -1,12 +1,17 @@
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
image: "jc21/nginx-proxy-manager:latest"
restart: unless-stopped
ports:
- '80:80' # Public HTTP Port
- '443:443' # Public HTTPS Port
- '81:81' # Admin Web Port
- '25565-25569:25565-25569' #Minecraft Ports
- "80:80" # Public HTTP Port
- "443:443" # Public HTTPS Port
- "81:81" # Admin Web Port
- "25565-25569:25565-25569" #Minecraft Ports
networks:
- proxy
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
- ./letsencrypt:/etc/letsencrypt
networks:
proxy: