Skip to content

Commit c1b9146

Browse files
committed
Update proxy-tcp-udp-mc to support ARM
1 parent b491ad5 commit c1b9146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ services:
9898
- expose
9999

100100
ssl-game-controller-public:
101-
image: g3force/proxy-tcp-udp-mc:0.2.1
101+
image: g3force/proxy-tcp-udp-mc:0.2.2
102102
command:
103103
- "tcp,:10007,ssl-game-controller-private:10007,AutoRef"
104104
- "tcp,:10008,ssl-game-controller-private:10008,Team"
@@ -131,7 +131,7 @@ services:
131131
- simulator
132132

133133
simulator:
134-
image: g3force/proxy-tcp-udp-mc:0.2.1
134+
image: g3force/proxy-tcp-udp-mc:0.2.2
135135
command:
136136
- "udp,:10301,simulator-private:10301,Blue"
137137
- "udp,:10302,simulator-private:10302,Yellow"

0 commit comments

Comments
 (0)