diff --git a/stop.sh b/stop.sh index 24f1397..3e3900f 100644 --- a/stop.sh +++ b/stop.sh @@ -1,4 +1,4 @@ #!/bin/sh -docker-compose down -exit 0 \ No newline at end of file +docker compose down +exit 0