Skip to content

Commit 8bcf778

Browse files
authored
fix: UDP instead of TCP (#328)
Ark uses the UDP Protocol as describe here: https://ark.fandom.com/wiki/Dedicated_server_setup#Network
1 parent ee44ee6 commit 8bcf778

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ark/ark.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@
119119
"type": "docker",
120120
"image": "steamcmd/steamcmd",
121121
"portBindings": [
122-
"0.0.0.0:${port}:${port}/tcp",
123-
"0.0.0.0:${queryport}:${queryport}/tcp"
122+
"0.0.0.0:${port}:${port}/udp",
123+
"0.0.0.0:${queryport}:${queryport}/udp"
124124
]
125125
}
126126
],

0 commit comments

Comments
 (0)