Skip to content

Commit

Permalink
only use services required for ltc in ltc compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
yancyribbens committed Dec 8, 2019
1 parent 163a1e8 commit 660b925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ltcd/start-ltcctl.sh
Expand Up @@ -52,7 +52,7 @@ PARAMS=$(echo $PARAMS \
"--rpccert=/rpc/rpc.cert" \
"--rpcuser=$RPCUSER" \
"--rpcpass=$RPCPASS" \
"--rpcserver=rpcserver" \
"--rpcserver=localhost"\
)

PARAMS="$PARAMS $@"
Expand Down

0 comments on commit 660b925

Please sign in to comment.