From 568f49c495f50fd1b39fc0281addaff185f4f35b Mon Sep 17 00:00:00 2001 From: Didier Date: Mon, 27 Mar 2023 21:43:06 +0200 Subject: [PATCH] enneacraft ip --- custom/hopper/config.toml | 3 ++- docker-compose.games.yml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/custom/hopper/config.toml b/custom/hopper/config.toml index ca94ee3..a489438 100644 --- a/custom/hopper/config.toml +++ b/custom/hopper/config.toml @@ -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" } \ No newline at end of file +"enneacraft.neo.ixvd.net" = { ip = "enneacraft:25565" } +"enneacraft.nl" = { ip = "enneacraft:25565" } \ No newline at end of file diff --git a/docker-compose.games.yml b/docker-compose.games.yml index bbea677..b366998 100644 --- a/docker-compose.games.yml +++ b/docker-compose.games.yml @@ -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