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

View File

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