Revert computer dockerfile startup command to fix operating it

This commit is contained in:
Debanjum
2025-06-01 20:39:58 -07:00
parent a236288ca9
commit 82ee0f5451
2 changed files with 5 additions and 8 deletions

View File

@@ -30,6 +30,9 @@ services:
computer:
container_name: khoj-computer
image: ghcr.io/khoj-ai/khoj-computer:latest
# build:
# context: .
# dockerfile: computer.Dockerfile
ports:
- "5900:5900"
volumes: