Skip to content

Commit

Permalink
open lnd-3 ports fors lnbits regtests
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Jul 26, 2024
1 parent e24ccfa commit 4ca5c78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,6 @@ services:
- 8081
- 9735
- 10009
ports:
- 8081:8081
- 10009:10009
volumes:
- ./data/lnd-1:/root/.lnd/
volumes_from:
Expand Down Expand Up @@ -238,6 +235,9 @@ services:
- 8081
- 9735
- 10009
ports:
- 8081:8081
- 10009:10009
volumes:
- ./data/lnd-3:/root/.lnd/
volumes_from:
Expand Down

0 comments on commit 4ca5c78

Please sign in to comment.