We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcdcc9 commit d15423dCopy full SHA for d15423d
README.md
@@ -26,7 +26,8 @@ You can also use pre-build docker images:
26
```shell script
27
docker pull robocupssl/ssl-game-controller
28
# Run GC with default configuration
29
-docker run -p 8081:8081 robocupssl/ssl-game-controller
+docker run -p 8081:8081 robocupssl/ssl-game-controller -address :8081
30
+```
31
# Mount local directories
32
docker run -p 8081:8081 \
33
# Local config dir
0 commit comments