mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-13 05:20:40 +02:00
udpate monero wallet to 0.15
This commit is contained in:
parent
47a70554d6
commit
c27b7c76e6
@ -13,7 +13,7 @@ services:
|
|||||||
monerod_wallet:
|
monerod_wallet:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: btcpayserver_monero_wallet
|
container_name: btcpayserver_monero_wallet
|
||||||
image: kukks/monero:v0.14.1.2
|
image: kukks/monero:v0.15.0.0
|
||||||
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"
|
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:
|
expose:
|
||||||
- "18082"
|
- "18082"
|
||||||
@ -31,4 +31,4 @@ services:
|
|||||||
- "xmr_wallet:/root/xmr_wallet"
|
- "xmr_wallet:/root/xmr_wallet"
|
||||||
volumes:
|
volumes:
|
||||||
xmr_wallet:
|
xmr_wallet:
|
||||||
xmr_data:
|
xmr_data:
|
||||||
|
Loading…
Reference in New Issue
Block a user