diff --git a/README.md b/README.md index 026e1ee0fa2f97536480351946549e00b98dde27..32af7dfd75c66076d218ab1b2b60ca2c821dd7c3 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,9 @@ docker build -t iotaledger/goshimmer . ``` and then run it with ``` -docker run --rm -it -v target/mainnetdb:/root/mainnetdb iotaledger/goshimmer +docker run --rm -it -v "$(pwd)/mainnetdb:/app/mainnetdb" iotaledger/goshimmer ``` -You may replace `target/mainnetdb` with a custom path to the database folder. +You may replace `$(pwd)/mainnetdb` with a custom path to the database folder. To start Shimmer in the background, you can also simply use [Docker Compose](https://docs.docker.com/compose/) by running ```