Merge pull request #433 from arnydo/patch-1

Fix Docker command syntax
This commit is contained in:
Timothy Jaeryang Baek 2025-03-09 08:12:41 -03:00 committed by GitHub
commit 7e402f8fe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
``` ```