Detatch on start
This commit is contained in:
parent
77fa8c9418
commit
570f934930
@ -62,7 +62,7 @@ if not args.dry_run:
|
||||
if command == "up":
|
||||
if verbose:
|
||||
print("Running compose up")
|
||||
docker.compose.up()
|
||||
docker.compose.up(detach=True)
|
||||
elif command == "down":
|
||||
if verbose:
|
||||
print("Running compose down")
|
||||
|
Loading…
Reference in New Issue
Block a user