enneacraft ip
This commit is contained in:
parent
303dc848dd
commit
568f49c495
2 changed files with 4 additions and 3 deletions
|
@ -8,4 +8,5 @@ listen = "0.0.0.0:25565"
|
|||
"mc.ixvd.net" = { ip = "smpxmc:25565" } # hostnames are supported too!
|
||||
"play.rijnijssel.net" = { ip = "vanilla:25565" }
|
||||
"kittencraft.neo.ixvd.net" = { ip = "kittencraft:25565" }
|
||||
"enneacraft.neo.ixvd.net" = { ip = "enneacraft:25565" }
|
||||
"enneacraft.neo.ixvd.net" = { ip = "enneacraft:25565" }
|
||||
"enneacraft.nl" = { ip = "enneacraft:25565" }
|
|
@ -91,8 +91,8 @@ services:
|
|||
MAX_MEMORY: "20G"
|
||||
DIFFICULTY: "normal"
|
||||
MAX_PLAYERS: "64"
|
||||
LETSENCRYPT_HOST: enneacraft.neo.ixvd.net
|
||||
VIRTUAL_HOST: enneacraft.neo.ixvd.net
|
||||
LETSENCRYPT_HOST: enneacraft.nl
|
||||
VIRTUAL_HOST: enneacraft.nl
|
||||
VIRTUAL_PORT: 8123
|
||||
volumes:
|
||||
- /srv/enneacraft/data:/data
|
||||
|
|
Reference in a new issue