mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-07-05 20:41:55 -07:00
Now that launch.sh runs in the background, add shutdown.sh to stop the server
This commit is contained in:
parent
0fcd4fff50
commit
31d2349dbb
1 changed files with 6 additions and 0 deletions
6
shutdown.sh
Executable file
6
shutdown.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue