Remove useless fall-back network interface of Dante-server
Setting the fall-back network interface of danted's environment to eth0 by docker-compose file is redundant because the value of danted's configuration (danted.conf) has been set to eth0 by default. Change-Id: If2dea8daaf851577a573e201e9c50684916e5206 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
This commit is contained in:
parent
ae2a0344a3
commit
4e55d8b50b
@ -92,8 +92,8 @@ services:
|
||||
extra_hosts:
|
||||
- "qt-test-server.${TEST_DOMAIN}:${MACHINE_IP}"
|
||||
environment:
|
||||
- danted_internal=${MACHINE_IP:-eth0}
|
||||
- danted_external=${MACHINE_IP:-eth0}
|
||||
- danted_auth_internal=${MACHINE_IP:-eth0}
|
||||
- danted_auth_external=${MACHINE_IP:-eth0}
|
||||
- danted_internal=${MACHINE_IP}
|
||||
- danted_external=${MACHINE_IP}
|
||||
- danted_auth_internal=${MACHINE_IP}
|
||||
- danted_auth_external=${MACHINE_IP}
|
||||
- test_domain=${TEST_DOMAIN}
|
||||
|
@ -92,8 +92,8 @@ services:
|
||||
extra_hosts:
|
||||
- "qt-test-server.${TEST_DOMAIN}:${MACHINE_IP}"
|
||||
environment:
|
||||
- danted_internal=${MACHINE_IP:-eth0}
|
||||
- danted_external=${MACHINE_IP:-eth0}
|
||||
- danted_auth_internal=${MACHINE_IP:-eth0}
|
||||
- danted_auth_external=${MACHINE_IP:-eth0}
|
||||
- danted_internal=${MACHINE_IP}
|
||||
- danted_external=${MACHINE_IP}
|
||||
- danted_auth_internal=${MACHINE_IP}
|
||||
- danted_auth_external=${MACHINE_IP}
|
||||
- test_domain=${TEST_DOMAIN}
|
||||
|
Loading…
Reference in New Issue
Block a user