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 9e51076 commit 51bb17cCopy full SHA for 51bb17c
README.md
@@ -116,7 +116,7 @@ Upon which the game server is created on `localhost:9000` to which the agents ca
116
When running in the Docker container, the NetSecGame can be started with:
117
```bash
118
docker run -it --rm \
119
- -v $(pwd)/examples/example_config.yaml:/aidojo/netsecenv_conf.yaml \
+ -v $(pwd)/examples/example_task_configuration.yaml:/aidojo/netsecenv_conf.yaml \
120
-v $(pwd)/logs:/aidojo/logs \
121
-p 9000:9000 lukasond/aidojo-coordinator:1.0.2
122
```
0 commit comments