Update monero containers
This commit is contained in:
parent
a85eaabf2f
commit
87bd8facc9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue