Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jooray
Created November 10, 2020 12:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jooray/d080b08fad486d0313bde67e4d2e0745 to your computer and use it in GitHub Desktop.
Save jooray/d080b08fad486d0313bde67e4d2e0745 to your computer and use it in GitHub Desktop.
A docker-compose fragment for btcpayserver to expose monerod RPC port to localhost. I am running a full node, let's make it accessible to my wallets!
version: "3"
services:
monerod:
ports:
- "127.0.0.1:18081:18081"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment