1
0

bump monero to 0.15.0.1

This commit is contained in:
Andrew Camilleri
2020-02-19 21:44:21 +01:00
committed by GitHub
parent c223abed8d
commit e4fd37c5f3

View File

@@ -4,7 +4,7 @@ services:
monerod:
restart: unless-stopped
container_name: btcpayserver_monerod
image: kukks/monero:v0.15.0.0
image: btcpayserver/monero:0.15.0.1-amd64
entrypoint: monerod --rpc-bind-ip=0.0.0.0 --confirm-external-bind --rpc-bind-port=18081 --non-interactive --block-notify="/bin/sh ./scripts/notifier.sh -X GET http://btcpayserver:49392/monerolikedaemoncallback/block?cryptoCode=xmr&hash=%s" --hide-my-port --prune-blockchain
expose:
- "18081"
@@ -13,7 +13,7 @@ services:
monerod_wallet:
restart: unless-stopped
container_name: btcpayserver_monero_wallet
image: kukks/monero:v0.15.0.0
image: btcpayserver/monero:0.15.0.1-amd64
entrypoint: monero-wallet-rpc --rpc-bind-ip=0.0.0.0 --disable-rpc-login --confirm-external-bind --rpc-bind-port=18082 --non-interactive --trusted-daemon --daemon-address=monerod:18081 --wallet-file=/wallet/wallet --password-file=/wallet/password --tx-notify="/bin/sh ./scripts/notifier.sh -X GET http://btcpayserver:49392/monerolikedaemoncallback/tx?cryptoCode=xmr&hash=%s"
expose:
- "18082"