Changed all data directories to ~/vol
This commit is contained in:
@@ -9,7 +9,7 @@ PodmanArgs=--pod bitcoin-pod
|
||||
Environment=RPCAUTH={{ bitcoin_rpcauth }}
|
||||
|
||||
# Use volume
|
||||
Volume=/home/{{ansible_user}}/.bitcoin:/bitcoin/.bitcoin:Z
|
||||
Volume=/home/{{ansible_user}}/vol/bitcoin/.bitcoin:/bitcoin/.bitcoin:Z
|
||||
|
||||
[Service]
|
||||
# Restart service when sleep finishes
|
||||
|
||||
Reference in New Issue
Block a user