Skip to content

Commit

Permalink
Merge pull request #6909 from alvasw/seednode_docker_expose_seednode_…
Browse files Browse the repository at this point in the history
…port

seednode-docker: Expose Bisq Node Port
  • Loading branch information
alejandrogarcia83 authored Oct 10, 2023
2 parents 1ac8878 + 75f3eb0 commit a5522cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions seednode/deployment_v2/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
extra_hosts:
- host.docker.internal:host-gateway
ports:
- ${BISQ_NODE_PORT}:${BISQ_NODE_PORT} # bisq node port
- 127.0.0.1:5120:5120 # bitcoind rpc block notifications
volumes:
- bisq_data:/bisq/bisq-seednode
Expand Down

0 comments on commit a5522cf

Please sign in to comment.