From c8011a9c645111ee795fe5d96d0b38b828f1982c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Tue, 17 Oct 2023 16:21:19 +0200 Subject: [PATCH] Infra => Kill instead of Stop --- infra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra b/infra index aa2ddf9..55af933 100755 --- a/infra +++ b/infra @@ -23,7 +23,7 @@ if [ $? -ne 0 ]; then DOCKER_COMPOSE_COMMAND="docker-compose" fi -${DOCKER_COMPOSE_COMMAND} stop +${DOCKER_COMPOSE_COMMAND} kill # If argument is --run, run the docker compose file if [ "$1" = "--run" ]; then -- GitLab