False matches the docs and intentions of the previous developer (#35762)

(cherry picked from commit d212ca11b3)
pull/36283/head
Michael Nugent 8 years ago committed by Sam Doran
parent 784932875f
commit 5ca8b7829a

@ -686,7 +686,7 @@ class ContainerManager(DockerBaseClass):
up_options = { up_options = {
u'--no-recreate': False, u'--no-recreate': False,
u'--build': True, u'--build': False,
u'--no-build': False, u'--no-build': False,
u'--no-deps': False, u'--no-deps': False,
u'--force-recreate': False, u'--force-recreate': False,

Loading…
Cancel
Save