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:
|
monerod:
|
||||||
profiles:
|
profiles:
|
||||||
- monero
|
- monero
|
||||||
image: ghcr.io/farcaster-project/containers/monerod:0.18.0.0
|
image: ghcr.io/farcaster-project/containers/monerod:0.18.1.2
|
||||||
environment:
|
environment:
|
||||||
NETWORK: regtest
|
NETWORK: regtest
|
||||||
OFFLINE: --offline
|
OFFLINE: --offline
|
||||||
|
@ -27,7 +27,7 @@ services:
|
||||||
monero-wallet-rpc:
|
monero-wallet-rpc:
|
||||||
profiles:
|
profiles:
|
||||||
- monero
|
- 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:
|
environment:
|
||||||
MONERO_DAEMON_ADDRESS: monerod:18081
|
MONERO_DAEMON_ADDRESS: monerod:18081
|
||||||
WALLET_RPC_PORT: 18083
|
WALLET_RPC_PORT: 18083
|
||||||
|
|
Loading…
Reference in a new issue