fix: cln grpc ports collision
This commit is contained in:
parent
2f46129ead
commit
9d6cdeb883
1 changed files with 4 additions and 4 deletions
|
|
@ -52,11 +52,11 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- bitcoind
|
- bitcoind
|
||||||
image: boltz/c-lightning:22.11.1
|
image: boltz/c-lightning:22.11.1
|
||||||
entrypoint: "sh -c 'sleep 15 && lightningd --large-channels --network regtest --grpc-port 9736 --bind-addr=0.0.0.0:9735 --bitcoin-rpcconnect=bitcoind --bitcoin-rpcport=18443 --bitcoin-rpcuser=lnbits --bitcoin-rpcpassword=lnbits'"
|
entrypoint: "sh -c 'sleep 15 && lightningd --large-channels --network regtest --grpc-port 9737 --bind-addr=0.0.0.0:9735 --bitcoin-rpcconnect=bitcoind --bitcoin-rpcport=18443 --bitcoin-rpcuser=lnbits --bitcoin-rpcpassword=lnbits'"
|
||||||
expose:
|
expose:
|
||||||
- 9735
|
- 9735
|
||||||
ports:
|
ports:
|
||||||
- 9736:9736
|
- 9737:9737
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/clightning-2:/root/.lightning/
|
- ./data/clightning-2:/root/.lightning/
|
||||||
|
|
||||||
|
|
@ -79,11 +79,11 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- bitcoind
|
- bitcoind
|
||||||
image: boltz/c-lightning:23.08.1
|
image: boltz/c-lightning:23.08.1
|
||||||
entrypoint: "sh -c 'sleep 15 && lightningd --large-channels --network regtest --grpc-port 9736 --bind-addr=0.0.0.0:9735 --bitcoin-rpcconnect=bitcoind --bitcoin-rpcport=18443 --bitcoin-rpcuser=lnbits --bitcoin-rpcpassword=lnbits'"
|
entrypoint: "sh -c 'sleep 15 && lightningd --large-channels --network regtest --grpc-port 9738 --bind-addr=0.0.0.0:9735 --bitcoin-rpcconnect=bitcoind --bitcoin-rpcport=18443 --bitcoin-rpcuser=lnbits --bitcoin-rpcpassword=lnbits'"
|
||||||
expose:
|
expose:
|
||||||
- 9735
|
- 9735
|
||||||
ports:
|
ports:
|
||||||
- 9736
|
- 9738:9738
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/clightning-3:/root/.lightning/
|
- ./data/clightning-3:/root/.lightning/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue