Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
expose bitcoind and elementsd RPC ports to host
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeast committed Mar 25, 2024
1 parent 72e4754 commit 81cb45f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ services:
expose:
- 29000
- 29001
- 18443
- 18444
ports:
- 18443:18443
volumes:
- ./data/bitcoin:/root/.bitcoin

Expand All @@ -53,10 +54,11 @@ services:
depends_on:
- bitcoind
expose:
- 18884
- 31000
- 31001
- 31002
ports:
- 18884:18884
volumes:
- ./data/elements/elements.conf:/home/elements/.elements/elements.conf

Expand Down

0 comments on commit 81cb45f

Please sign in to comment.