diff --git a/pm-task b/pm-task index 7c3444e..3f5fb0c 100755 --- a/pm-task +++ b/pm-task @@ -146,7 +146,7 @@ restart_containers() { sleep 1 echo "Starting containers..." - docker compose -f "$COMPOSE_FILE" up + docker compose -f "$COMPOSE_FILE" up -d echo "Done!" } @@ -158,7 +158,7 @@ start_containers() { check_compose_file || return 1 echo "Starting containers..." - docker compose -f "$COMPOSE_FILE" up + docker compose -f "$COMPOSE_FILE" up -d echo "Done!" } diff --git a/pm-task-ash b/pm-task-ash index 84f5ced..9aceaf3 100644 --- a/pm-task-ash +++ b/pm-task-ash @@ -169,7 +169,7 @@ restart_containers() { sleep 1 echo "Starting containers..." - docker compose -f "$COMPOSE_FILE" up + docker compose -f "$COMPOSE_FILE" up -d echo "Done!" } @@ -181,7 +181,7 @@ start_containers() { check_compose_file || return 1 echo "Starting containers..." - docker compose -f "$COMPOSE_FILE" up + docker compose -f "$COMPOSE_FILE" up -d echo "Done!" }