mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-03-12 04:36:10 -07:00
7 lines
165 B
Bash
Executable File
7 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
|