From 6d10f98498fe8ca4c4c6f086e6f9b8e9b8aad420 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Sat, 1 Jun 2024 21:48:43 +0530 Subject: [PATCH] Add additional lines for KHOJ_NO_HTTPS and KHOJ_DOMAIN in the docker-compose --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 6a581d1f..87b7acb3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -45,6 +45,9 @@ services: - KHOJ_DEBUG=False - KHOJ_ADMIN_EMAIL=username@example.com - KHOJ_ADMIN_PASSWORD=password + # Uncomment the following lines to make your instance publicly accessible. Replace the domain with your domain. Proceed with caution, especially if you are using anonymous mode. + # - KHOJ_NO_HTTPS=True + # - KHOJ_DOMAIN=192.168.0.104 command: --host="0.0.0.0" --port=42110 -vv --anonymous-mode