We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7747f76 commit 8c17fb2Copy full SHA for 8c17fb2
1 file changed
README.md
@@ -9,7 +9,7 @@ The container ships with a full toolkit (Python, git, jq, curl, build tools, and
9
### Docker (recommended)
10
11
```bash
12
-docker run -d --name open-terminal --restart unless-stopped -p 8000:8000 -e OPEN_TERMINAL_API_KEY=your-secret-key ghcr.io/open-webui/open-terminal
+docker run -d --name open-terminal --restart unless-stopped -p 8000:8000 -v open-terminal:/home/user -e OPEN_TERMINAL_API_KEY=your-secret-key ghcr.io/open-webui/open-terminal
13
```
14
15
If no API key is provided, one is auto-generated and printed on startup (`docker logs open-terminal`).
0 commit comments