Skip to content

Commit

Permalink
Fix typo in docs/docker.md (#4110)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiD2ta authored Sep 10, 2022
1 parent ae655e7 commit f935f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/the_nimbus_book/src/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The unpacked archive is in `/home/user/nimbus-eth2` which is also the default *W

Before running Nimbus via docker, you need to prepare a data directory and mount it in docker.

It is recommended that you mount the directory at `/home/user/nimbus-eth2/build/data` and pass `--data-dir=build/data/shared_mainnet_0` to all `nimbus_becaon_node` commands.
It is recommended that you mount the directory at `/home/user/nimbus-eth2/build/data` and pass `--data-dir=build/data/shared_mainnet_0` to all `nimbus_beacon_node` commands.

The wrapper script outlined below will set the data directory automatically.

Expand Down

0 comments on commit f935f35

Please sign in to comment.