Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
restart: on-failure

ssl-game-controller:
image: robocupssl/ssl-game-controller:3.20.2@sha256:09ba4825157e0293f57393ade7c5c9a4a9703f2872f71cc1c51d72916a27aed9
image: robocupssl/ssl-game-controller:3.20.3@sha256:d62d772de063c2951f600a0b7898803f97822f4f46a412a731e42f7d82a99dc7
command: [ "-address", "localhost:8081" ]
network_mode: host
restart: on-failure
Expand Down