Skip to content

Commit

Permalink
Update to match what UI expects
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Oct 22, 2024
1 parent 5d2f7a7 commit cfba7a2
Show file tree
Hide file tree
Showing 29 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion 7days2die/7days2die.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"type": "docker",
"image": "steamcmd/steamcmd",
"portBindings": [
"26900:26900/tcp"
"0.0.0.0:26900:26900/tcp"
]
}
],
Expand Down
4 changes: 2 additions & 2 deletions ark/ark.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion arma3/arma3.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"type": "docker",
"image": "steamcmd/steamcmd",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down
6 changes: 3 additions & 3 deletions csgo/csgo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
],
Expand Down
6 changes: 3 additions & 3 deletions css/css.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion factorio/factorio.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"type": "docker",
"image": "pufferpanel/ubuntu",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion fivem/fivem.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"type": "docker",
"image": "pufferpanel/ubuntu",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion gmod/gmod.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"type": "docker",
"image": "steamcmd/steamcmd",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion minecraft-bedrock/minecraft-bedrock.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"type": "docker",
"image": "pufferpanel/ubuntu",
"portBindings": [
"${server-port}:${server-port}/tcp"
"0.0.0.0:${server-port}:${server-port}/tcp"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion minecraft-bungeecord/minecraft-bungeecord.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"type": "docker",
"image": "eclipse-temurin:17",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion minecraft-curseforge/minecraft-curseforge.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"type": "docker",
"image": "eclipse-temurin:${javaversion}",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion minecraft-ftb/minecraft-ftb.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"type": "docker",
"image": "eclipse-temurin:${javaversion}",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion minecraft-velocity/minecraft-velocity.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"type": "docker",
"image": "eclipse-temurin:17",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion minecraft-waterfall/minecraft-waterfall.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"type": "docker",
"image": "eclipse-temurin:17",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion minecraft/minecraft.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
"type": "docker",
"image": "eclipse-temurin:${javaversion}",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion pocketmine/pocketmine.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"type": "docker",
"image": "pufferpanel/ubuntu",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion rust/rust.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"type": "docker",
"image": "steamcmd/steamcmd",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion satisfactory/satisfactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"type": "docker",
"image": "steamcmd/steamcmd",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion squad/squad.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"type": "docker",
"image": "steamcmd/steamcmd",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion starbound/starbound.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"type": "docker",
"image": "steamcmd/steamcmd",
"portBindings": [
"${gameServerPort}:${gameServerPort/tcp"
"0.0.0.0:${gameServerPort}:${gameServerPort}/tcp"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion stn/stn.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"type": "docker",
"image": "steamcmd/steamcmd",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down
6 changes: 3 additions & 3 deletions teamspeak3/teamspeak3.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion terraria-tmodloader/terraria-tmodloader.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
"type": "docker",
"image": "mcr.microsoft.com/dotnet/runtime:${dotnetversion}",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion terraria-tshock/terraria-tshock.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"type": "docker",
"image": "mcr.microsoft.com/dotnet/runtime:${dotnetversion}",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion terraria-vanilla/terraria-vanilla.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
"type": "docker",
"image": "pufferpanel/ubuntu",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion tf2/tf2.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"type": "docker",
"image": "pufferpanel/steamcmd",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion unturned/unturned.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"type": "docker",
"image": "steamcmd/steamcmd",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion valheim/valheim.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"type": "docker",
"image": "steamcmd/steamcmd",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion zomboid/zomboid.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"type": "docker",
"image": "steamcmd/steamcmd",
"portBindings": [
"${port}:${port}/tcp"
"0.0.0.0:${port}:${port}/tcp"
]
}
],
Expand Down

0 comments on commit cfba7a2

Please sign in to comment.