1
0
This commit is contained in:
nicolas.dorier
2018-09-28 17:32:52 +09:00
parent b888ad52e1
commit 4ccb55af27
19 changed files with 105 additions and 29 deletions

View File

@@ -46,7 +46,7 @@ services:
- nginx-gen
btcpayserver:
restart: unless-stopped
image: nicolasdorier/btcpayserver:1.0.2.105
image: nicolasdorier/btcpayserver:1.0.2.106
expose:
- "49392"
environment:
@@ -101,10 +101,14 @@ services:
rpcport=43782
${NBITCOIN_NETWORK:-regtest}=1
port=39388
zmqpubrawblock=tcp://0.0.0.0:28332
zmqpubrawtx=tcp://0.0.0.0:28333
whitelist=0.0.0.0/0
expose:
- "43782"
- "39388"
- "28332"
- "28333"
volumes:
- "litecoin_datadir:/data"
volumes: