mirror of
https://github.com/docker/compose.git
synced 2025-07-29 00:24:12 +02:00
Re-enabling assert_hostname when instantiating docker_client from the
environment. Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
d27b82207c
commit
78a8be07ad
@ -49,7 +49,7 @@ def docker_client(environment, version=None, tls_config=None, host=None):
|
||||
"Please use COMPOSE_HTTP_TIMEOUT instead.")
|
||||
|
||||
try:
|
||||
kwargs = kwargs_from_env(assert_hostname=False, environment=environment)
|
||||
kwargs = kwargs_from_env(environment=environment)
|
||||
except TLSParameterError:
|
||||
raise UserError(
|
||||
"TLS configuration is invalid - make sure your DOCKER_TLS_VERIFY "
|
||||
|
Loading…
x
Reference in New Issue
Block a user