🐳 docs: update to compose v2 (#1767)

This commit is contained in:
Fuegovic 2024-02-12 10:26:05 -05:00 committed by GitHub
parent a91042b6b9
commit 5ccdec730b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 45 additions and 45 deletions

View file

@ -66,7 +66,7 @@ The example config file has some options ready to go for Mistral AI and Openrout
For Docker, you need to make use of an [override file](./docker_override.md), named `docker-compose.override.yml`, to ensure the config file works for you.
- First, make sure your containers stop running with `docker-compose down`
- First, make sure your containers stop running with `docker compose down`
- Create or edit existing `docker-compose.override.yml` at the root of the project:
```yaml
@ -83,7 +83,7 @@ services:
- Start docker again, and you should see your config file settings apply
```bash
docker-compose up # no need to rebuild
docker compose up # no need to rebuild
```
## Config Structure