Skip to content

Commit

Permalink
fix: expose port 9090 for libp2p connectivity
Browse files Browse the repository at this point in the history
Co-Authored-By: Nico Krause <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and silkroadnomad committed Dec 23, 2024
1 parent 112533b commit 50aa640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ services:
- regtest
ports:
- "1235:1235"
- "9090:9090" # Required for libp2p connectivity
- "9091:9091"
- "12345:12345"
- "3000:3000"
Expand Down

0 comments on commit 50aa640

Please sign in to comment.