From cfba7a259f130550c440d7fd99d14f8d17ed0af0 Mon Sep 17 00:00:00 2001 From: Joshua Taylor Date: Tue, 22 Oct 2024 19:48:23 +0000 Subject: [PATCH] Update to match what UI expects --- 7days2die/7days2die.json | 2 +- ark/ark.json | 4 ++-- arma3/arma3.json | 2 +- csgo/csgo.json | 6 +++--- css/css.json | 6 +++--- factorio/factorio.json | 2 +- fivem/fivem.json | 2 +- gmod/gmod.json | 2 +- minecraft-bedrock/minecraft-bedrock.json | 2 +- minecraft-bungeecord/minecraft-bungeecord.json | 2 +- minecraft-curseforge/minecraft-curseforge.json | 2 +- minecraft-ftb/minecraft-ftb.json | 2 +- minecraft-velocity/minecraft-velocity.json | 2 +- minecraft-waterfall/minecraft-waterfall.json | 2 +- minecraft/minecraft.json | 2 +- pocketmine/pocketmine.json | 2 +- rust/rust.json | 2 +- satisfactory/satisfactory.json | 2 +- squad/squad.json | 2 +- starbound/starbound.json | 2 +- stn/stn.json | 2 +- teamspeak3/teamspeak3.json | 6 +++--- terraria-tmodloader/terraria-tmodloader.json | 2 +- terraria-tshock/terraria-tshock.json | 2 +- terraria-vanilla/terraria-vanilla.json | 2 +- tf2/tf2.json | 2 +- unturned/unturned.json | 2 +- valheim/valheim.json | 2 +- zomboid/zomboid.json | 2 +- 29 files changed, 36 insertions(+), 36 deletions(-) diff --git a/7days2die/7days2die.json b/7days2die/7days2die.json index 00d50dd..d744ea7 100644 --- a/7days2die/7days2die.json +++ b/7days2die/7days2die.json @@ -56,7 +56,7 @@ "type": "docker", "image": "steamcmd/steamcmd", "portBindings": [ - "26900:26900/tcp" + "0.0.0.0:26900:26900/tcp" ] } ], diff --git a/ark/ark.json b/ark/ark.json index 0573926..d14d54f 100644 --- a/ark/ark.json +++ b/ark/ark.json @@ -119,8 +119,8 @@ "type": "docker", "image": "steamcmd/steamcmd", "portBindings": [ - "${port}:${port}/tcp", - "${queryport}:${queryport}/tcp" + "0.0.0.0:${port}:${port}/tcp", + "0.0.0.0:${queryport}:${queryport}/tcp" ] } ], diff --git a/arma3/arma3.json b/arma3/arma3.json index 2d4ea75..46612ce 100644 --- a/arma3/arma3.json +++ b/arma3/arma3.json @@ -79,7 +79,7 @@ "type": "docker", "image": "steamcmd/steamcmd", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ], diff --git a/csgo/csgo.json b/csgo/csgo.json index 31cd26e..3302c76 100644 --- a/csgo/csgo.json +++ b/csgo/csgo.json @@ -127,9 +127,9 @@ "type": "docker", "image": "steamcmd/steamcmd:ubuntu-20", "portBindings": [ - "${port}:${port}/tcp", - "${clientport}:${clientport}/tcp", - "${tvport}:${tvport}/tcp" + "0.0.0.0:${port}:${port}/tcp", + "0.0.0.0:${clientport}:${clientport}/tcp", + "0.0.0.0:${tvport}:${tvport}/tcp" ] } ], diff --git a/css/css.json b/css/css.json index 28665f8..a2da3cd 100644 --- a/css/css.json +++ b/css/css.json @@ -95,9 +95,9 @@ "type": "docker", "image": "steamcmd/steamcmd", "portBindings": [ - "${port}:${port}/tcp", - "${clientport}:${clientport}/tcp", - "${tvport}:${tvport}/tcp" + "0.0.0.0:${port}:${port}/tcp", + "0.0.0.0:${clientport}:${clientport}/tcp", + "0.0.0.0:${tvport}:${tvport}/tcp" ] } ], diff --git a/factorio/factorio.json b/factorio/factorio.json index 2b6199d..def634c 100644 --- a/factorio/factorio.json +++ b/factorio/factorio.json @@ -69,7 +69,7 @@ "type": "docker", "image": "pufferpanel/ubuntu", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ], diff --git a/fivem/fivem.json b/fivem/fivem.json index 9822e48..4828a6a 100644 --- a/fivem/fivem.json +++ b/fivem/fivem.json @@ -106,7 +106,7 @@ "type": "docker", "image": "pufferpanel/ubuntu", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ], diff --git a/gmod/gmod.json b/gmod/gmod.json index d53ea9b..a0b3e25 100644 --- a/gmod/gmod.json +++ b/gmod/gmod.json @@ -93,7 +93,7 @@ "type": "docker", "image": "steamcmd/steamcmd", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ], diff --git a/minecraft-bedrock/minecraft-bedrock.json b/minecraft-bedrock/minecraft-bedrock.json index 3b9a828..e483af1 100644 --- a/minecraft-bedrock/minecraft-bedrock.json +++ b/minecraft-bedrock/minecraft-bedrock.json @@ -193,7 +193,7 @@ "type": "docker", "image": "pufferpanel/ubuntu", "portBindings": [ - "${server-port}:${server-port}/tcp" + "0.0.0.0:${server-port}:${server-port}/tcp" ] } ], diff --git a/minecraft-bungeecord/minecraft-bungeecord.json b/minecraft-bungeecord/minecraft-bungeecord.json index a2f160f..045b69b 100644 --- a/minecraft-bungeecord/minecraft-bungeecord.json +++ b/minecraft-bungeecord/minecraft-bungeecord.json @@ -83,7 +83,7 @@ "type": "docker", "image": "eclipse-temurin:17", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ], diff --git a/minecraft-curseforge/minecraft-curseforge.json b/minecraft-curseforge/minecraft-curseforge.json index cc89658..36ca507 100644 --- a/minecraft-curseforge/minecraft-curseforge.json +++ b/minecraft-curseforge/minecraft-curseforge.json @@ -151,7 +151,7 @@ "type": "docker", "image": "eclipse-temurin:${javaversion}", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ], diff --git a/minecraft-ftb/minecraft-ftb.json b/minecraft-ftb/minecraft-ftb.json index d46da5a..e04e9fd 100644 --- a/minecraft-ftb/minecraft-ftb.json +++ b/minecraft-ftb/minecraft-ftb.json @@ -180,7 +180,7 @@ "type": "docker", "image": "eclipse-temurin:${javaversion}", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ], diff --git a/minecraft-velocity/minecraft-velocity.json b/minecraft-velocity/minecraft-velocity.json index f549f46..b5e8f9b 100644 --- a/minecraft-velocity/minecraft-velocity.json +++ b/minecraft-velocity/minecraft-velocity.json @@ -99,7 +99,7 @@ "type": "docker", "image": "eclipse-temurin:17", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ], diff --git a/minecraft-waterfall/minecraft-waterfall.json b/minecraft-waterfall/minecraft-waterfall.json index 6f6b7c7..04f5cab 100644 --- a/minecraft-waterfall/minecraft-waterfall.json +++ b/minecraft-waterfall/minecraft-waterfall.json @@ -104,7 +104,7 @@ "type": "docker", "image": "eclipse-temurin:17", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ], diff --git a/minecraft/minecraft.json b/minecraft/minecraft.json index fdc83d6..8c8ceb4 100644 --- a/minecraft/minecraft.json +++ b/minecraft/minecraft.json @@ -337,7 +337,7 @@ "type": "docker", "image": "eclipse-temurin:${javaversion}", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ], diff --git a/pocketmine/pocketmine.json b/pocketmine/pocketmine.json index 001a576..059c0d3 100644 --- a/pocketmine/pocketmine.json +++ b/pocketmine/pocketmine.json @@ -61,7 +61,7 @@ "type": "docker", "image": "pufferpanel/ubuntu", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ], diff --git a/rust/rust.json b/rust/rust.json index 2be4126..b08acbf 100644 --- a/rust/rust.json +++ b/rust/rust.json @@ -148,7 +148,7 @@ "type": "docker", "image": "steamcmd/steamcmd", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ], diff --git a/satisfactory/satisfactory.json b/satisfactory/satisfactory.json index 613734c..a0fb82b 100644 --- a/satisfactory/satisfactory.json +++ b/satisfactory/satisfactory.json @@ -64,7 +64,7 @@ "type": "docker", "image": "steamcmd/steamcmd", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ], diff --git a/squad/squad.json b/squad/squad.json index 3adbd7e..8b16039 100644 --- a/squad/squad.json +++ b/squad/squad.json @@ -111,7 +111,7 @@ "type": "docker", "image": "steamcmd/steamcmd", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ], diff --git a/starbound/starbound.json b/starbound/starbound.json index 689ffc4..6647141 100644 --- a/starbound/starbound.json +++ b/starbound/starbound.json @@ -92,7 +92,7 @@ "type": "docker", "image": "steamcmd/steamcmd", "portBindings": [ - "${gameServerPort}:${gameServerPort/tcp" + "0.0.0.0:${gameServerPort}:${gameServerPort}/tcp" ] } ], diff --git a/stn/stn.json b/stn/stn.json index 5adef40..649362d 100644 --- a/stn/stn.json +++ b/stn/stn.json @@ -122,7 +122,7 @@ "type": "docker", "image": "steamcmd/steamcmd", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ], diff --git a/teamspeak3/teamspeak3.json b/teamspeak3/teamspeak3.json index 83469d0..b45b8a7 100644 --- a/teamspeak3/teamspeak3.json +++ b/teamspeak3/teamspeak3.json @@ -105,9 +105,9 @@ "type": "docker", "image": "ubuntu", "portBindings": [ - "${ftport}:${ftport}/tcp", - "${vport}:${vport}/tcp", - "${qport}:${qport}/tcp" + "0.0.0.0:${ftport}:${ftport}/tcp", + "0.0.0.0:${vport}:${vport}/tcp", + "0.0.0.0:${qport}:${qport}/tcp" ] } ], diff --git a/terraria-tmodloader/terraria-tmodloader.json b/terraria-tmodloader/terraria-tmodloader.json index fb89908..5b001cb 100644 --- a/terraria-tmodloader/terraria-tmodloader.json +++ b/terraria-tmodloader/terraria-tmodloader.json @@ -378,7 +378,7 @@ "type": "docker", "image": "mcr.microsoft.com/dotnet/runtime:${dotnetversion}", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ], diff --git a/terraria-tshock/terraria-tshock.json b/terraria-tshock/terraria-tshock.json index dc47b87..dcb85f1 100644 --- a/terraria-tshock/terraria-tshock.json +++ b/terraria-tshock/terraria-tshock.json @@ -184,7 +184,7 @@ "type": "docker", "image": "mcr.microsoft.com/dotnet/runtime:${dotnetversion}", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ], diff --git a/terraria-vanilla/terraria-vanilla.json b/terraria-vanilla/terraria-vanilla.json index ebc17b8..987f4bb 100644 --- a/terraria-vanilla/terraria-vanilla.json +++ b/terraria-vanilla/terraria-vanilla.json @@ -304,7 +304,7 @@ "type": "docker", "image": "pufferpanel/ubuntu", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ], diff --git a/tf2/tf2.json b/tf2/tf2.json index 87f8f4c..b54f59d 100644 --- a/tf2/tf2.json +++ b/tf2/tf2.json @@ -68,7 +68,7 @@ "type": "docker", "image": "pufferpanel/steamcmd", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ], diff --git a/unturned/unturned.json b/unturned/unturned.json index 4ef37fa..c184015 100644 --- a/unturned/unturned.json +++ b/unturned/unturned.json @@ -187,7 +187,7 @@ "type": "docker", "image": "steamcmd/steamcmd", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ], diff --git a/valheim/valheim.json b/valheim/valheim.json index 9ccbcb4..3dfe848 100644 --- a/valheim/valheim.json +++ b/valheim/valheim.json @@ -103,7 +103,7 @@ "type": "docker", "image": "steamcmd/steamcmd", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ], diff --git a/zomboid/zomboid.json b/zomboid/zomboid.json index fa354fb..5d09dd9 100644 --- a/zomboid/zomboid.json +++ b/zomboid/zomboid.json @@ -89,7 +89,7 @@ "type": "docker", "image": "steamcmd/steamcmd", "portBindings": [ - "${port}:${port}/tcp" + "0.0.0.0:${port}:${port}/tcp" ] } ],