From dcbbd9b98db6b74b79b1b2f27c8e1748717c66fe Mon Sep 17 00:00:00 2001 From: alook Date: Tue, 18 Aug 2026 11:42:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=20open-terminal=20=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20OPEN=5FTERMINAL=5FAPI=5FKEY=20=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F=EF=BC=8C=E5=B9=B6=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=B8=BA=20'0:0'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose-online.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose-online.yml b/docker-compose-online.yml index 98947f5..118a688 100644 --- a/docker-compose-online.yml +++ b/docker-compose-online.yml @@ -53,6 +53,7 @@ services: open-terminal: image: ghcr.io/open-webui/open-terminal:latest container_name: open-terminal + user: '0:0' environment: - OPEN_TERMINAL_API_KEY=${OPEN_TERMINAL_API_KEY:?OPEN_TERMINAL_API_KEY is required} - OPEN_TERMINAL_MULTI_USER=true