Skip to content

Commit

Permalink
Remove unnecessary datadir command configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ruimarinho committed Feb 21, 2016
1 parent 16f8b2d commit b283718
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ sut:
bitcoind:
image: seegno/bitcoind:0.12
command:
-datadir=/var/lib/bitcoind
-printtoconsole
-regtest=1
-rest
Expand All @@ -26,7 +25,6 @@ bitcoind:
bitcoind-ssl:
image: seegno/bitcoind:0.11
command:
-datadir=/var/lib/bitcoind
-printtoconsole
-regtest=1
-rest
Expand All @@ -47,7 +45,6 @@ bitcoind-ssl:
bitcoind-username-only:
image: seegno/bitcoind:0.11
command:
-datadir=/var/lib/bitcoind
-printtoconsole
-regtest=1
-rest
Expand Down

0 comments on commit b283718

Please sign in to comment.