Modified run script to use specified volume directory .bitcoin
This commit is contained in:
parent
f4d4ac5963
commit
d338b83925
@ -4,6 +4,6 @@
|
||||
#
|
||||
|
||||
podman pod create --name bitcoin-pod -p 8333:8333 -p 127.0.0.1:8332:8332
|
||||
podman volume create --name=bitcoind-data
|
||||
podman run -v bitcoind-data:/bitcoin/.bitcoin --pod bitcoin-pod --name=bitcoind-node -d \
|
||||
git.b0xxy.net/b0xxer/bitcoin:26
|
||||
#podman volume create --name=bitcoind-data
|
||||
mkdir ~/.bitcoin
|
||||
podman run -v ~/.bitcoin:/bitcoin/.bitcoin:Z --pod bitcoin-pod --name=bitcoind-node -d git.b0xxy.net/b0xxer/bitcoin:26
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user