Skip to content

Commit

Permalink
Merge pull request #14 from LibreChat-AI/danny-avila-patch-1
Browse files Browse the repository at this point in the history
fix: setup.mdx
  • Loading branch information
danny-avila authored May 12, 2024
2 parents ba13df2 + 4d5d618 commit 768da44
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pages/docs/configuration/librechat_yaml/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ For Docker, you need to make use of an [override file](./docker_override.md), na
version: '3.4'

services:
api:
api:
volumes:
- ./librechat.yaml:/app/librechat.yaml
- type: bind
source: ./librechat.yaml
target: /app/librechat.yaml
```
- **Note:** If you are using `CONFIG_PATH` for an alternative filepath for this file, make sure to specify it accordingly.
Expand All @@ -36,4 +38,4 @@ services:

```bash filename="Restart the containers"
docker compose up
```
```

0 comments on commit 768da44

Please sign in to comment.