seednode-docker: Remove extra_hosts mapping

This commit is contained in:
Alva Swanson 2023-10-18 16:02:51 +02:00
parent f7339b8570
commit d2b23e186f
No known key found for this signature in database
GPG Key ID: 004760E77F753090
2 changed files with 0 additions and 6 deletions

View File

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

View File

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