diff --git a/README.md b/README.md index edb3021..ee14128 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Below is an example config.json: "ProxyTargetPort": "18081", "Command": "/opt/llama.cpp/llama-server", "Args": "-m /opt/Gemma-27B-v1_Q4km.gguf -c 8192 -ngl 100 -t 4 --port 18081", - "HealthcheckCommand": "curl --fail http://localhost:8081/", + "HealthcheckCommand": "curl --fail http://localhost:18081/health", "HealthcheckIntervalMilliseconds": 200, "RestartOnConnectionFailure": false, "ResourceRequirements": {