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 command == "up":
|
||||||
if verbose:
|
if verbose:
|
||||||
print("Running compose up")
|
print("Running compose up")
|
||||||
docker.compose.up()
|
docker.compose.up(detach=True)
|
||||||
elif command == "down":
|
elif command == "down":
|
||||||
if verbose:
|
if verbose:
|
||||||
print("Running compose down")
|
print("Running compose down")
|
||||||
|
Loading…
Reference in New Issue
Block a user