mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-20 21:34:13 -07:00
Update launch.sh
This commit is contained in:
parent
d3180fd306
commit
986c342cad
1 changed files with 1 additions and 5 deletions
|
@ -8,8 +8,4 @@ fi
|
|||
source .env
|
||||
|
||||
# On newer versions, docker-compose is docker compose
|
||||
if command -v docker-compose > /dev/null; then
|
||||
docker compose up
|
||||
else
|
||||
docker-compose up
|
||||
fi
|
||||
docker compose up -d --remove-orphans || docker-compose up -d --remove-orphans
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue