Added proxy
This commit is contained in:
parent
ae46818e26
commit
ab465784ff
1 changed files with 12 additions and 0 deletions
12
compose/nginx.yml
Normal file
12
compose/nginx.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
services:
|
||||
app:
|
||||
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
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./letsencrypt:/etc/letsencrypt
|
Loading…
Add table
Reference in a new issue