Skip to content

Commit

Permalink
docs: πŸ“ use bind instead of volume
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Sep 19, 2023
1 parent 91f7d81 commit d917c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/Node Operators/running-a-node-in-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ sudo docker run \
-p 18000:18000 \
-p 18101:18101 \
-p 18102:18102 \
-v $HOME/.lightning/:/root/.lightning/:rw \
--mount type=bind,source=$HOME/.lightning,target=/root/.lightning \
--name lightning-cli \
-it lightning
```
Expand Down

0 comments on commit d917c17

Please sign in to comment.