File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
3
3
bitcoind_regtest :
4
4
container_name : bitcoind_regtest
5
5
image : polarlightning/bitcoind:27.0
6
- restart : unless-stopped
6
+ restart : no
7
7
volumes :
8
8
- bitcoind-data:/home/bitcoin/.bitcoin/regtest
9
9
command :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
3
3
bitcoind_regtest :
4
4
container_name : bitcoind_regtest
5
5
image : polarlightning/bitcoind:27.0
6
- restart : unless-stopped
6
+ restart : no
7
7
command :
8
8
-regtest=1
9
9
-server=1
@@ -43,7 +43,7 @@ services:
43
43
electrumx_regtest :
44
44
container_name : electrumx_regtest
45
45
image : lukechilds/electrumx:v1.16.0
46
- restart : unless-stopped
46
+ restart : no
47
47
depends_on :
48
48
bitcoind_regtest :
49
49
condition : service_healthy
@@ -71,7 +71,7 @@ services:
71
71
electrumd_regtest :
72
72
build : ./data/electrum/.
73
73
container_name : electrumd_regtest
74
- restart : unless-stopped
74
+ restart : no
75
75
depends_on :
76
76
electrumx_regtest :
77
77
condition : service_healthy
You can’t perform that action at this time.
0 commit comments