diff --git a/other/vllm/Docker/supervisord.conf b/other/vllm/Docker/supervisord.conf index ad427b0..bd7362f 100644 --- a/other/vllm/Docker/supervisord.conf +++ b/other/vllm/Docker/supervisord.conf @@ -1,7 +1,7 @@ [supervisord] nodaemon=true -[program:vllm_server] +[program:vllm] command=/bin/bash -c 'bash /app/start-vllm.sh 2>&1 | tee /var/log/app/vllm.log' autostart=true autorestart=true