Fix khoj computer image name used in docker-compose.yml instead

This commit is contained in:
Debanjum
2025-06-01 16:44:06 -07:00
parent 257bdfadef
commit ddf028f7af
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ services:
# Creates Computer for Khoj to use.
# Set KHOJ_OPERATOR_ENABLED=True in the server service environment variable to enable.
computer:
image: ghcr.io/khoj-ai/computer:latest
image: ghcr.io/khoj-ai/khoj-computer:latest
ports:
- "5900:5900"
volumes: