Skip to content

Commit

Permalink
fix: set correct volumepath
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Mar 8, 2024
1 parent 8eb8ff3 commit e849188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ services:
-txindex=1
volumes:
- ./data/bitcoind:/home/bitcoin/.bitcoin
- ${HOST_PROJECT_PATH:-.}/data/bitcoind:/home/bitcoin/.bitcoin
expose:
- "18443"
- "18444"
Expand Down Expand Up @@ -133,7 +133,7 @@ services:
--bitcoind.zmqpubrawtx=tcp://bitcoind:28335
restart: always
volumes:
- ./data/lnd1:/root/.lnd
- ${HOST_PROJECT_PATH:-.}/data/lnd1:/root/.lnd
expose:
- "10009"
#- "9735"
Expand Down

0 comments on commit e849188

Please sign in to comment.