Skip to content

Commit de9b7c5

Browse files
committed
Use multiplatform image for tigers autoRef
1 parent 1c9fa32 commit de9b7c5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docker-compose.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ services:
117117

118118
simulator-private:
119119
image: roboticserlangen/simulatorcli:commit-6a4e1c06533b
120-
# image: robocupssl/grsim:2.4.0
120+
# image: robocupssl/grsim:2.4.0
121121
restart: unless-stopped
122122
environment:
123123
# ER-Force options
@@ -195,11 +195,12 @@ services:
195195
- guacamole
196196

197197
autoref-tigers:
198-
image: tigersmannheim/auto-referee-vnc:1.5.2
199-
# Run with UI (note: need to connect to the UI once to start the autoRef)
200-
# command: [ "vnc", "-a" ]
201198
# Run without UI in active mode
199+
image: tigersmannheim/auto-referee:1.5.2
202200
command: [ "-hl", "-a" ]
201+
# Run with UI (note: need to connect to the UI once to start the autoRef)
202+
# image: tigersmannheim/auto-referee-vnc:1.5.2
203+
# command: [ "vnc", "-a" ]
203204
restart: unless-stopped
204205
environment:
205206
- VNC_PASSWORD=${VNC_PW}

0 commit comments

Comments
 (0)