mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 13:00:41 +02:00

* Add option to expose monerod 18081 (RPC port) on 127.0.0.1 to use monero full node with other wallets. * Update opt-monero-expose.yml
9 lines
101 B
YAML
9 lines
101 B
YAML
version: "3"
|
|
|
|
services:
|
|
monerod:
|
|
ports:
|
|
- "127.0.0.1:18081:18081"
|
|
required:
|
|
- "monero"
|