From bbc78a3bfca42c6d4cdfcb95b11fe3a263a2519f Mon Sep 17 00:00:00 2001 From: mik-tf Date: Wed, 23 Oct 2024 16:35:18 -0400 Subject: [PATCH] updated readme --- docs/hero_mdbook_docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hero_mdbook_docker.md b/docs/hero_mdbook_docker.md index a0aa32f..91c36a4 100644 --- a/docs/hero_mdbook_docker.md +++ b/docs/hero_mdbook_docker.md @@ -40,7 +40,7 @@ Note that you will need to adjust the local path of the git repo and the docker ``` - Start Hero docker ``` - sudo docker run --net=host --name herodocker -d -v ~/code/git.ourworld.tf/tfgrid:/root/code/git.ourworld.tf/tfgrid ghcr.io/scottyeager/hero:latest + sudo docker run --net=host --name herodocker -d -v ~/code:/root/code ghcr.io/scottyeager/hero:latest ``` - Execute the Hero docker container ```