Skip to content

Commit 2bf9e8b

Browse files
authored
Merge pull request #364 from stratosphereips/ondra-fix-docker-run-cmd
Update README.md
2 parents 9e51076 + 51bb17c commit 2bf9e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Upon which the game server is created on `localhost:9000` to which the agents ca
116116
When running in the Docker container, the NetSecGame can be started with:
117117
```bash
118118
docker run -it --rm \
119-
-v $(pwd)/examples/example_config.yaml:/aidojo/netsecenv_conf.yaml \
119+
-v $(pwd)/examples/example_task_configuration.yaml:/aidojo/netsecenv_conf.yaml \
120120
-v $(pwd)/logs:/aidojo/logs \
121121
-p 9000:9000 lukasond/aidojo-coordinator:1.0.2
122122
```

0 commit comments

Comments
 (0)