mirror of
https://github.com/docker/compose.git
synced 2025-07-21 04:34:38 +02:00
Respect --allow-insecure-ssl option for dependencies
Signed-off-by: Étienne Bersac <etienne.bersac@novapost.fr>
This commit is contained in:
parent
65ae22e79a
commit
4e8337c168
@ -293,6 +293,7 @@ class TopLevelCommand(Command):
|
|||||||
service_names=deps,
|
service_names=deps,
|
||||||
start_links=True,
|
start_links=True,
|
||||||
recreate=False,
|
recreate=False,
|
||||||
|
insecure_registry=insecure_registry,
|
||||||
)
|
)
|
||||||
|
|
||||||
tty = True
|
tty = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user