1
0

bump monero wallet to 0.17

This commit is contained in:
Andrew Camilleri
2020-10-17 08:33:41 +02:00
committed by GitHub
parent f8d0e6eb8f
commit f3f8c541be

View File

@@ -13,7 +13,7 @@ services:
monerod_wallet:
restart: unless-stopped
container_name: btcpayserver_monero_wallet
image: btcpayserver/monero:0.15.0.1-amd64
image: btcpayserver/monero:0.17.0.0-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"