diff --git a/documentation/docs/advanced/authentication.mdx b/documentation/docs/advanced/authentication.mdx index cd8b21d1..2df7ac5b 100644 --- a/documentation/docs/advanced/authentication.mdx +++ b/documentation/docs/advanced/authentication.mdx @@ -17,7 +17,7 @@ For either of these methods, you'll need to use the prod version of the Khoj pac 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 ```