Fix base image used for prod in docs

This commit is contained in:
sabaimran 2024-11-19 15:51:27 -08:00
parent b943069577
commit e5347dac8c

View file

@ -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"> <TabItem value="docker" label="Docker">
Update your `docker-compose.yml` to use the prod image Update your `docker-compose.yml` to use the prod image
```bash ```bash
image: ghcr.io/khoj-ai/khoj:prod image: ghcr.io/khoj-ai/khoj-cloud:latest
``` ```
</TabItem> </TabItem>