nicolas.dorier
6 years ago
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
1 changed files with
2 additions and
2 deletions
-
docker-compose-generator/docker-fragments/litecoin.yml
|
|
@ -4,11 +4,11 @@ services: |
|
|
|
litecoind: |
|
|
|
restart: unless-stopped |
|
|
|
container_name: btcpayserver_litecoind |
|
|
|
image: nicolasdorier/docker-litecoin:0.16.3 |
|
|
|
image: btcpayserver/litecoin:0.17.1 |
|
|
|
environment: |
|
|
|
BITCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest} |
|
|
|
BITCOIN_EXTRA_ARGS: | |
|
|
|
rpcport=43782 |
|
|
|
${NBITCOIN_NETWORK:-regtest}=1 |
|
|
|
port=39388 |
|
|
|
whitelist=0.0.0.0/0 |
|
|
|
expose: |
|
|
|