Skip to content

Commit c448c55

Browse files
committed
refac
1 parent a6df118 commit c448c55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ A lightweight API for running shell commands remotely — with real-time streami
77
### Docker (recommended)
88

99
```bash
10-
docker run -p 8000:8000 -e OPEN_TERMINAL_API_KEY=your-secret-key ghcr.io/open-webui/open-terminal
10+
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
1111
```
1212

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

1515
### Build from Source
1616

0 commit comments

Comments
 (0)