Skip to content

Commit

Permalink
Merge pull request #5 from seegno/support/allow-extra-ips
Browse files Browse the repository at this point in the history
Allow extra ips in docker-compose.yml
  • Loading branch information
ruimarinho committed Feb 19, 2016
2 parents 191f5c0 + 3072a9e commit ad88701
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ bitcoind:
-rest
-rpcallowip=10.211.0.0/16
-rpcallowip=172.17.0.0/16
-rpcallowip=192.168.0.0/16
-rpcpassword=bar
-rpcuser=foo
-server
Expand Down Expand Up @@ -51,6 +52,7 @@ bitcoind-username-only:
-rest
-rpcallowip=10.211.0.0/16
-rpcallowip=172.17.0.0/16
-rpcallowip=192.168.0.0/16
-rpcuser=foo
-server
ports:
Expand Down

0 comments on commit ad88701

Please sign in to comment.