Merge pull request #701 from bersace/master
Respect --allow-insecure-ssl option for dependencies
This commit is contained in:
commit
1033439e63
1 changed files with 1 additions and 0 deletions
|
|
@ -293,6 +293,7 @@ class TopLevelCommand(Command):
|
|||
service_names=deps,
|
||||
start_links=True,
|
||||
recreate=False,
|
||||
insecure_registry=insecure_registry,
|
||||
)
|
||||
|
||||
tty = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue