-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
volumes: add persistent data directories #3
volumes: add persistent data directories #3
Conversation
We can add example/default configs to the data directories. |
the docker-compose references relative paths that don't exist by default.
This change addresses the issue. |
if we could improve this so we have a purge of some sort. currently have the install and uninstall scripts doing this |
the issue with volumes stuff is if end user is not running as root they don't have access to all the files in the volumes as they tend to be under root how things are wired right now |
I am not seeing this issue on my mac. I created a non-admin account and followed all the install steps from the README.md after pulling this branch. The only thing I needed admin permission for was the initial install of docker. Am I testing this right? |
ok - I didnt realize it was a file permissions issue - there is a fix for this - i will take another look. |
so after you make lnd wallet go look into the chain or other directory they are root, at least on normal linux box |
the defaults also are already in the docker containers so having a hard time understanding why we would want to do this, perhaps a CH voice chat would be easier to discuss and make me understand advantages |
#7 may help resolve linux permissions issue |
volumes: add persistent data directories