diff --git a/dash-cli.ps1 b/dash-cli.ps1 index 2a18267..8b5ac65 100755 --- a/dash-cli.ps1 +++ b/dash-cli.ps1 @@ -1 +1 @@ -docker exec -ti btcpayserver_dashd dash-cli -datadir="/home/dash/.dashcore" $args \ No newline at end of file +docker exec -ti btcpayserver_dashd dash-cli -datadir="/data" $args diff --git a/dash-cli.sh b/dash-cli.sh index 02fe5b3..6fdea5f 100755 --- a/dash-cli.sh +++ b/dash-cli.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker exec -ti btcpayserver_dashd dash-cli -datadir="/home/dash/.dashcore" "$@" +docker exec -ti btcpayserver_dashd dash-cli -datadir="/data" "$@"