From e5347dac8c8d89d4c9d18fac0c3c90f1ea844019 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Tue, 19 Nov 2024 15:51:27 -0800 Subject: [PATCH] Fix base image used for prod in docs --- documentation/docs/advanced/authentication.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```