mirror of
https://github.com/open-webui/docs
synced 2025-06-12 01:21:23 +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
|
||||
docker run -d --name tika \
|
||||
-p 9998:9998 \
|
||||
-restart unless-stopped \
|
||||
--restart unless-stopped \
|
||||
apache/tika:latest-full
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user