mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Fix base image used for prod in docs
This commit is contained in:
parent
b943069577
commit
e5347dac8c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ For either of these methods, you'll need to use the prod version of the Khoj pac
|
|||
<TabItem value="docker" label="Docker">
|
||||
Update your `docker-compose.yml` to use the prod image
|
||||
```bash
|
||||
image: ghcr.io/khoj-ai/khoj:prod
|
||||
image: ghcr.io/khoj-ai/khoj-cloud:latest
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
|
|
Loading…
Reference in a new issue