mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Merge pull request #6909 from alvasw/seednode_docker_expose_seednode_port
seednode-docker: Expose Bisq Node Port
This commit is contained in:
commit
a5522cff81
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue