Skip to content

Commit 8c17fb2

Browse files
committed
refac
1 parent 7747f76 commit 8c17fb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The container ships with a full toolkit (Python, git, jq, curl, build tools, and
99
### Docker (recommended)
1010

1111
```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
12+
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
1313
```
1414

1515
If no API key is provided, one is auto-generated and printed on startup (`docker logs open-terminal`).

0 commit comments

Comments
 (0)