diff --git a/Production/docker-compose.btc-ltc.yml b/Production/docker-compose.btc-ltc.yml index 33e118b..051f601 100644 --- a/Production/docker-compose.btc-ltc.yml +++ b/Production/docker-compose.btc-ltc.yml @@ -83,7 +83,7 @@ services: nbxplorer: restart: always - image: nicolasdorier/nbxplorer:1.0.1.14 + image: nicolasdorier/nbxplorer:1.0.1.15 expose: - "32838" environment: @@ -105,7 +105,7 @@ services: bitcoind: restart: always container_name: btcpayserver_bitcoind - image: nicolasdorier/docker-bitcoin:0.15.0.1 + image: nicolasdorier/docker-bitcoin:0.16.0 environment: BITCOIN_EXTRA_ARGS: | rpcport=43782 diff --git a/Production/docker-compose.btc.yml b/Production/docker-compose.btc.yml index 367fb19..a166cd5 100644 --- a/Production/docker-compose.btc.yml +++ b/Production/docker-compose.btc.yml @@ -82,7 +82,7 @@ services: nbxplorer: restart: always - image: nicolasdorier/nbxplorer:1.0.1.14 + image: nicolasdorier/nbxplorer:1.0.1.15 expose: - "32838" environment: @@ -99,7 +99,7 @@ services: bitcoind: restart: always container_name: btcpayserver_bitcoind - image: nicolasdorier/docker-bitcoin:0.15.0.1 + image: nicolasdorier/docker-bitcoin:0.16.0 environment: BITCOIN_EXTRA_ARGS: | rpcport=43782 diff --git a/Production/docker-compose.yml b/Production/docker-compose.yml index 367fb19..a166cd5 100644 --- a/Production/docker-compose.yml +++ b/Production/docker-compose.yml @@ -82,7 +82,7 @@ services: nbxplorer: restart: always - image: nicolasdorier/nbxplorer:1.0.1.14 + image: nicolasdorier/nbxplorer:1.0.1.15 expose: - "32838" environment: @@ -99,7 +99,7 @@ services: bitcoind: restart: always container_name: btcpayserver_bitcoind - image: nicolasdorier/docker-bitcoin:0.15.0.1 + image: nicolasdorier/docker-bitcoin:0.16.0 environment: BITCOIN_EXTRA_ARGS: | rpcport=43782 diff --git a/Regtest/docker-compose.yml b/Regtest/docker-compose.yml index 671b2f2..8b09554 100644 --- a/Regtest/docker-compose.yml +++ b/Regtest/docker-compose.yml @@ -18,7 +18,7 @@ services: - postgres nbxplorer: - image: nicolasdorier/nbxplorer:1.0.1.14 + image: nicolasdorier/nbxplorer:1.0.1.15 expose: - "32838" environment: @@ -34,7 +34,7 @@ services: bitcoind: container_name: btcpayserver_regtest_bitcoind - image: nicolasdorier/docker-bitcoin:0.15.0.1 + image: nicolasdorier/docker-bitcoin:0.16.0 environment: BITCOIN_EXTRA_ARGS: "rpcuser=ceiwHEbqWI83\nrpcpassword=DwubwWsoo3\nregtest=1\nrpcport=43782\nport=8332" expose: