From 1b3c8fec83eae73b6caf05d41d1552e5224056f8 Mon Sep 17 00:00:00 2001 From: ".mobo" <1997638+dotmobo@users.noreply.github.com> Date: Fri, 16 Jan 2026 16:27:09 +0100 Subject: [PATCH] put logfile and pidfile in /tmp to avoid permission denied error in non root environment (#17267) --- docker/supervisord.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/supervisord.conf b/docker/supervisord.conf index c6855fe652..877335804f 100644 --- a/docker/supervisord.conf +++ b/docker/supervisord.conf @@ -1,6 +1,8 @@ [supervisord] nodaemon=true loglevel=info +logfile=/tmp/supervisord.log +pidfile=/tmp/supervisord.pid [group:litellm] programs=main,health