mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-07-06 13:01:58 -07:00
6 lines
165 B
Bash
Executable file
6 lines
165 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source .env
|
|
|
|
# On newer versions, docker-compose is docker compose
|
|
docker compose down --remove-orphans || docker-compose down --remove-orphans
|