Skip to content

Commit

Permalink
Downgrade clightning
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Aug 17, 2019
1 parent f932a34 commit e743b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BTCPayServer.Tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ services:
- "bitcoin_datadir:/data"

customer_lightningd:
image: btcpayserver/lightning:v0.7.2-dev
image: btcpayserver/lightning:v0.7.1-dev
stop_signal: SIGKILL
restart: unless-stopped
environment:
Expand Down Expand Up @@ -166,7 +166,7 @@ services:
- merchant_lightningd

merchant_lightningd:
image: btcpayserver/lightning:v0.7.2-dev
image: btcpayserver/lightning:v0.7.1-dev
stop_signal: SIGKILL
environment:
EXPOSE_TCP: "true"
Expand Down

0 comments on commit e743b2e

Please sign in to comment.