1
0
Fork 0

Compare commits

..

2 Commits

Author SHA1 Message Date
Massaki Archambault 19a7ef61ec leave restart policy to default & cleanup 2024-11-13 20:21:37 -05:00
Massaki Archambault 6ff55f6b62 update readme 2024-11-13 20:20:53 -05:00
2 changed files with 6 additions and 15 deletions

View File

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

View File

@ -1,18 +1,4 @@
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