mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
seednode-docker: Remove extra_hosts
mapping
This commit is contained in:
parent
f7339b8570
commit
d2b23e186f
@ -38,8 +38,6 @@ services:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
condition: any
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
ports:
|
||||
- 8000:8000 # bisq node port
|
||||
volumes:
|
||||
|
@ -31,8 +31,6 @@ services:
|
||||
- bisq_seednode_1_config
|
||||
depends_on:
|
||||
- bisq-bitcoind
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
ports:
|
||||
- 2002:2002 # bisq node port
|
||||
- 5120:5120 # bitcoind rpc block notifications
|
||||
@ -49,8 +47,6 @@ services:
|
||||
- bisq_seednode_2_config
|
||||
depends_on:
|
||||
- bisq-bitcoind
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
ports:
|
||||
- 3002:3002 # bisq node port
|
||||
- 5121:5121 # bitcoind rpc block notifications
|
||||
|
Loading…
Reference in New Issue
Block a user