File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
services :
2
2
bitcoind :
3
3
container_name : bitcoin
4
- image : btcpayserver/bitcoin:25.1
4
+ image : btcpayserver/bitcoin:26.0
5
5
restart : unless-stopped
6
6
expose :
7
7
- ' 43782'
@@ -30,7 +30,7 @@ services:
30
30
zmqpubhashblock=tcp://0.0.0.0:28336
31
31
32
32
bitcoinsetup :
33
- image : btcpayserver/bitcoin:25.1
33
+ image : btcpayserver/bitcoin:26.0
34
34
depends_on :
35
35
- bitcoind
36
36
restart : ' no'
@@ -47,7 +47,7 @@ services:
47
47
48
48
electrs :
49
49
container_name : electrum
50
- image : getumbrel/electrs:v0.9.10
50
+ image : getumbrel/electrs:v0.10.2
51
51
restart : unless-stopped
52
52
depends_on :
53
53
- bitcoind
@@ -71,7 +71,7 @@ services:
71
71
- ELECTRS_LOG_FILTERS=INFO
72
72
73
73
darkhttpd :
74
- image : p3terx/darkhttpd:1.14
74
+ image : p3terx/darkhttpd:1.16
75
75
restart : unless-stopped
76
76
depends_on :
77
77
- bitcoinsetup
@@ -86,7 +86,7 @@ services:
86
86
87
87
lnd :
88
88
container_name : lnd
89
- image : polarlightning/lnd:0.17.5 -beta
89
+ image : polarlightning/lnd:0.18.0 -beta
90
90
restart : unless-stopped
91
91
depends_on :
92
92
- bitcoind
You can’t perform that action at this time.
0 commit comments