Detatch on start

This commit is contained in:
David Boreham 2022-08-15 06:14:42 -06:00
parent 77fa8c9418
commit 570f934930

View File

@ -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")