1
0
Fork 0

Compare commits

..

1 Commits

Author SHA1 Message Date
Massaki Archambault 4990ec18ed update readme 2024-11-13 20:18:18 -05:00
2 changed files with 15 additions and 6 deletions

View File

@ -133,12 +133,7 @@ Examples:
## Updating
Simply run
``` sh
git pull
docker compose pull
docker compose restart
```
Simply run `docker compose pull` followed by `docker compose restart`.
## Alternatives

View File

@ -1,4 +1,18 @@
services:
# Begin LiteLLM service
# litellm:
# image: ghcr.io/berriai/litellm:main-latest
# command: --config /config.yaml
# ports:
# - 8000:8000
# env_file:
# - .env
# environment:
# - HOST=0.0.0.0
# - PORT=8000
# volumes:
# - ./litellm/config.yaml:/config.yaml
# Begin open-webui
open-webui:
image: ghcr.io/open-webui/open-webui:main