1
0

update dash docker fragment

This commit is contained in:
snogcel
2018-11-26 16:36:30 -07:00
parent 94b8cc4df3
commit 1bf3aa8590
3 changed files with 19 additions and 22 deletions

2
dash-cli.sh Normal file → Executable file
View File

@@ -1,3 +1,3 @@
#!/bin/bash
docker exec -ti --user dash btcpayserver_dashd dash-cli "$@"
docker exec -ti btcpayserver_dashd dash-cli -datadir="/home/dash/.dashcore" "$@"