Skip to content

Commit ecfe5a4

Browse files
authored
Merge pull request #105 from xkmxz2503/xfgz
修正幸福工厂端口设置
2 parents 961f345 + fac962c commit ecfe5a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

market-v2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,9 @@
342342
"image": "githubyumao/steam-game-runtime:latest",
343343
"updateCommandImage": "githubyumao/steam-game-runtime:latest",
344344
"ports": [
345-
"{mcsm_port1}:7777/udp",
346-
"{mcsm_port2}:15000/udp",
347-
"{mcsm_port3}:15777/udp"
345+
"{mcsm_port1}:7777/tcp",
346+
"{mcsm_port2}:7777/udp",
347+
"{mcsm_port3}:8888/tcp"
348348
],
349349
"changeWorkdir": true,
350350
"workingDir": "/data",

0 commit comments

Comments
 (0)