Skip to content

Commit

Permalink
Merge pull request #1 from peerchemist/master
Browse files Browse the repository at this point in the history
smol tweaks to docker-compose
  • Loading branch information
peerchemist committed Oct 19, 2019
2 parents 680bf10 + ccbef6b commit 6a4679b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
@@ -1,14 +1,15 @@
version: "3"
services:
peercoind:
image: peercoin/peercoind:0.8.4
image: peercoin/peercoind:latest
container_name: peercoind
environment:
- RPC_USER=peercoind
- RPC_PASSWORD=peercoindrpc
command:
-testnet
-nominting
-addnode=explorer.peercoin.net
expose:
- "9903"
ports:
Expand All @@ -17,7 +18,7 @@ services:
- "peercoin_datadir:/data"

clightning_peercoin:
image: peercoin/lightningd
image: peercoin/lightningd:latest
container_name: lightningd
command:
- --bitcoin-rpcconnect=peercoind
Expand Down

0 comments on commit 6a4679b

Please sign in to comment.