Skip to content

Commit b5d3362

Browse files
committed
For vLLM health check, using docker service name instead to host_ip
Signed-off-by: Tsai, Louie <louie.tsai@intel.com>
1 parent 93cc59b commit b5d3362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChatQnA/docker_compose/intel/cpu/xeon/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ services:
104104
VLLM_TORCH_PROFILER_DIR: "/mnt"
105105
VLLM_CPU_KVCACHE_SPACE: 40
106106
healthcheck:
107-
test: ["CMD-SHELL", "curl -f http://$host_ip:9009/health || exit 1"]
107+
test: ["CMD-SHELL", "curl -f http://vllm-service:80/health || exit 1"]
108108
interval: 10s
109109
timeout: 10s
110110
retries: 100

0 commit comments

Comments
 (0)