False matches the docs and intentions of the previous developer (#35762)
This commit is contained in:
parent
50adc5409b
commit
d212ca11b3
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ class ContainerManager(DockerBaseClass):
|
|||
|
||||
up_options = {
|
||||
u'--no-recreate': False,
|
||||
u'--build': True,
|
||||
u'--build': False,
|
||||
u'--no-build': False,
|
||||
u'--no-deps': False,
|
||||
u'--force-recreate': False,
|
||||
|
|
Loading…
Add table
Reference in a new issue