mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Correct syntax of memory limit in docker-compose.yml
This commit is contained in:
parent
7bb35ccc7e
commit
2eb44c7a64
1 changed files with 1 additions and 1 deletions
|
@ -31,6 +31,6 @@ services:
|
|||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 8GB
|
||||
memory: 8g
|
||||
# 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/sample_config.yml -vv
|
||||
|
|
Loading…
Reference in a new issue