ruimarinho / docker-bitcoin-core

A bitcoin-core docker image
https://hub.docker.com/r/ruimarinho/bitcoin-core/
MIT License
367 stars 213 forks source link

No access from the host #135

Open Mydherin opened 1 year ago

Mydherin commented 1 year ago

Since the entrypoint executes chmod 700 on the data directory, it is not possible to the host accessing to the data folder unless you use the root account or changing the permissions manually (it works until the next restart).

I changed 700 by 755 on the entrypoint and work for me.