From 51bb17c89abc8a8fa4a418286dd8da88e6f103a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Luk=C3=A1=C5=A1?= Date: Tue, 30 Sep 2025 15:28:06 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee7271a1..2fe915ea 100755 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Upon which the game server is created on `localhost:9000` to which the agents ca When running in the Docker container, the NetSecGame can be started with: ```bash docker run -it --rm \ - -v $(pwd)/examples/example_config.yaml:/aidojo/netsecenv_conf.yaml \ + -v $(pwd)/examples/example_task_configuration.yaml:/aidojo/netsecenv_conf.yaml \ -v $(pwd)/logs:/aidojo/logs \ -p 9000:9000 lukasond/aidojo-coordinator:1.0.2 ```