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 a6df118 commit c448c55Copy full SHA for c448c55
1 file changed
README.md
@@ -7,10 +7,10 @@ A lightweight API for running shell commands remotely — with real-time streami
7
### Docker (recommended)
8
9
```bash
10
-docker run -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 -e OPEN_TERMINAL_API_KEY=your-secret-key ghcr.io/open-webui/open-terminal
11
```
12
13
-If no API key is provided, one is auto-generated and printed on startup.
+If no API key is provided, one is auto-generated and printed on startup (`docker logs open-terminal`).
14
15
### Build from Source
16
0 commit comments