Merge pull request #6909 from alvasw/seednode_docker_expose_seednode_port

seednode-docker: Expose Bisq Node Port
This commit is contained in:
Alejandro García 2023-10-10 23:26:40 +00:00 committed by GitHub
commit a5522cff81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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