Update monero containers

This commit is contained in:
silverpill 2022-12-12 21:24:05 +00:00
parent a85eaabf2f
commit 87bd8facc9

View file

@ -17,7 +17,7 @@ services:
monerod:
profiles:
- monero
image: ghcr.io/farcaster-project/containers/monerod:0.18.0.0
image: ghcr.io/farcaster-project/containers/monerod:0.18.1.2
environment:
NETWORK: regtest
OFFLINE: --offline
@ -27,7 +27,7 @@ services:
monero-wallet-rpc:
profiles:
- monero
image: ghcr.io/farcaster-project/containers/monero-wallet-rpc:0.18.0.0
image: ghcr.io/farcaster-project/containers/monero-wallet-rpc:0.18.1.2
environment:
MONERO_DAEMON_ADDRESS: monerod:18081
WALLET_RPC_PORT: 18083