mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Use detach=true
for oneoff containers
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
46fb338812
commit
b4a944c6cb
@ -1309,7 +1309,7 @@ def run_one_off_container(container_options, project, service, options, toplevel
|
||||
service_names=[service.name],
|
||||
start_deps=not options['--no-deps'],
|
||||
strategy=ConvergenceStrategy.never,
|
||||
detached=detach,
|
||||
detached=True,
|
||||
rescale=False,
|
||||
cli=native_builder,
|
||||
one_off=True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user