From 3b9f4c4356615b48a8bbced2f92bf893f6aa0986 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Sun, 8 Dec 2024 19:55:35 -0800 Subject: [PATCH] Correct negative for running prod image locally --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 960dc1b8..4c53fdbd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -83,7 +83,7 @@ services: # Telemetry helps us prioritize feature development and understand how people are using Khoj # Read more at https://docs.khoj.dev/miscellaneous/telemetry # - KHOJ_TELEMETRY_DISABLE=True - # Uncomment this line when you're using the official ghcr.io/khoj-ai/khoj-cloud prod image. + # Comment out this line when you're using the official ghcr.io/khoj-ai/khoj-cloud prod image. command: --host="0.0.0.0" --port=42110 -vv --anonymous-mode --non-interactive