mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Use --no-gui flag on starting Khoj from docker-compose
As the GUI wouldn't work when run from a docker container
This commit is contained in:
parent
e4d40e4d4d
commit
5d3aeba22f
1 changed files with 1 additions and 1 deletions
|
@ -26,4 +26,4 @@ services:
|
|||
- ./tests/data/embeddings/:/data/embeddings/
|
||||
- ./tests/data/models/:/data/models/
|
||||
# Use 0.0.0.0 to explicitly set the host ip for the service on the container. https://pythonspeed.com/articles/docker-connection-refused/
|
||||
command: --host="0.0.0.0" --port=8000 -c=config/khoj_docker.yml -vv
|
||||
command: --no-gui --host="0.0.0.0" --port=8000 -c=config/khoj_docker.yml -vv
|
||||
|
|
Loading…
Reference in a new issue