Skip to content

Commit

Permalink
Bump Monero to v0.17.2.3 (#522)
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Simmons <sethsimmons@users.noreply.github.com>
Co-authored-by: Seth Simmons <sethsimmons@pm.me>
Co-authored-by: Seth Simmons <ssimmons2@theark.cloud>
  • Loading branch information
4 people authored Sep 15, 2021
1 parent c2ba439 commit 3bf838f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-generator/docker-fragments/monero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
monerod:
restart: unless-stopped
container_name: btcpayserver_monerod
image: btcpayserver/monero:0.17.2.0
image: btcpayserver/monero:0.17.2.3
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 --enable-dns-blocklist
expose:
- "18081"
Expand All @@ -13,7 +13,7 @@ services:
monerod_wallet:
restart: unless-stopped
container_name: btcpayserver_monero_wallet
image: btcpayserver/monero:0.17.2.0
image: btcpayserver/monero:0.17.2.3
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"
Expand Down

0 comments on commit 3bf838f

Please sign in to comment.