From e9e71724d3ff31d5d626bec04899ec5a72a3940d Mon Sep 17 00:00:00 2001 From: alook Date: Tue, 18 Aug 2026 11:28:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20open-terminal=20=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E9=85=8D=E7=BD=AE=EF=BC=8C=E6=B7=BB=E5=8A=A0=20OPEN?= =?UTF-8?q?=5FTERMINAL=5FAPI=5FKEY=20=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F?= =?UTF-8?q?=EF=BC=8C=E5=B9=B6=E8=B0=83=E6=95=B4=E6=8C=82=E8=BD=BD=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose-online.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose-online.yml b/docker-compose-online.yml index eaf9f2f..98947f5 100644 --- a/docker-compose-online.yml +++ b/docker-compose-online.yml @@ -55,8 +55,9 @@ services: container_name: open-terminal environment: - OPEN_TERMINAL_API_KEY=${OPEN_TERMINAL_API_KEY:?OPEN_TERMINAL_API_KEY is required} + - OPEN_TERMINAL_MULTI_USER=true volumes: - - open-terminal:/home/user + - open-terminal:/home restart: unless-stopped open-webui: