Skip to content

Commit

Permalink
smol tweaks to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist committed Oct 17, 2019
1 parent 680bf10 commit ccbef6b
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 ccbef6b

Please sign in to comment.