diff --git a/infra b/infra
index aa2ddf97c4ddfa2389dd61aced100ba41e766844..55af933fb2169b8a560e6c5afca826d301e440e7 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