Now that launch.sh runs in the background, add shutdown.sh to stop the server

This commit is contained in:
Brendan Dolan-Gavitt 2022-10-19 17:37:59 -04:00
parent 0fcd4fff50
commit 31d2349dbb

6
shutdown.sh Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
source .env
# On newer versions, docker-compose is docker compose
docker compose down --remove-orphans || docker-compose down --remove-orphans