mirror of
https://github.com/docker/compose.git
synced 2026-09-01 07:11:06 +00:00
Use detach=true for oneoff containers
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
46fb338812
commit
b4a944c6cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue