Skip to content

Commit

Permalink
Fix instructions to run GC with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed May 28, 2024
1 parent 0dcdcc9 commit d15423d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ You can also use pre-build docker images:
```shell script
docker pull robocupssl/ssl-game-controller
# Run GC with default configuration
docker run -p 8081:8081 robocupssl/ssl-game-controller
docker run -p 8081:8081 robocupssl/ssl-game-controller -address :8081
```
# Mount local directories
docker run -p 8081:8081 \
# Local config dir
Expand Down

0 comments on commit d15423d

Please sign in to comment.