Skip to content

Commit d15423d

Browse files
committed
Fix instructions to run GC with docker
1 parent 0dcdcc9 commit d15423d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ You can also use pre-build docker images:
2626
```shell script
2727
docker pull robocupssl/ssl-game-controller
2828
# Run GC with default configuration
29-
docker run -p 8081:8081 robocupssl/ssl-game-controller
29+
docker run -p 8081:8081 robocupssl/ssl-game-controller -address :8081
30+
```
3031
# Mount local directories
3132
docker run -p 8081:8081 \
3233
# Local config dir

0 commit comments

Comments
 (0)