From d3271bc54f084b1e65a3470eecfe64fc5c45fe8d Mon Sep 17 00:00:00 2001 From: bmixed <2+bmixed@noreply.localhost> Date: Thu, 6 Aug 2026 03:34:46 +0000 Subject: [PATCH] Update oli --- oli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oli b/oli index da34ccb..8bf788d 100644 --- a/oli +++ b/oli @@ -30,7 +30,7 @@ curl -LsSf https://astral.sh/uv/install.sh | sh ##UVX #uvx open-terminal run --host 0.0.0.0 --port 8000 --api-key open-terminal-api-key ##DOCKER -sudo docker run -d --name open-terminal --restart unless-stopped -p 8000:8000 -v open-terminal:/home -e OPEN_TERMINAL_API_KEY=open-terminal-api-key ghcr.io/open-webui/open-terminal +sudo docker run -d --name open-terminal --restart unless-stopped -p 8000:8000 -v open-terminal:/home -e OPEN_TERMINAL_MULTI_USER=true -e OPEN_TERMINAL_API_KEY=open-terminal-api-key ghcr.io/open-webui/open-terminal ##OPEN-INTERPRETER #pip install open-interpreter