mirror of
https://github.com/open-webui/docs
synced 2025-06-14 18:40:18 +00:00
Fix Docker command syntax
`-restart` is an invalid Docker command. Replaced with `--restart`.
This commit is contained in:
parent
384e90f83e
commit
36cd7affe0
@ -52,7 +52,7 @@ Alternatively, you can run Apache Tika using the following Docker command:
|
|||||||
```bash
|
```bash
|
||||||
docker run -d --name tika \
|
docker run -d --name tika \
|
||||||
-p 9998:9998 \
|
-p 9998:9998 \
|
||||||
-restart unless-stopped \
|
--restart unless-stopped \
|
||||||
apache/tika:latest-full
|
apache/tika:latest-full
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user