docker: enable docker-compose up command for btc and ltc compose files

This commit is contained in:
yancy ribbens
2019-02-25 07:45:47 -06:00
committed by yancy
parent 883f9e5f9a
commit 1f457ac1a8
5 changed files with 81 additions and 88 deletions

View File

@@ -52,7 +52,7 @@ PARAMS=$(echo $PARAMS \
"--rpccert=/rpc/rpc.cert" \
"--rpcuser=$RPCUSER" \
"--rpcpass=$RPCPASS" \
"--rpcserver=rpcserver" \
"--rpcserver=localhost" \
)
PARAMS="$PARAMS $@"