File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments