Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update the path in the container to the correct one
  • Loading branch information
warioishere authored Oct 21, 2024
1 parent 11aa6f8 commit c07bccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
build: .
volumes:
- /home/<user>/.lnd:/root/.lnd:ro
- /home/<user>/<path-to>/lndg/data:/lndg/data:rw
- /home/<user>/<path-to>/lndg/data:/app/data:rw
command:
- sh
- -c
Expand Down

0 comments on commit c07bccf

Please sign in to comment.