ruimarinho/docker-bitcoin-core

No access from the host

Opened this issue · 0 comments

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.