Skip to content

Commit

Permalink
Merge pull request #433 from arnydo/patch-1
Browse files Browse the repository at this point in the history
Fix Docker command syntax
  • Loading branch information
tjbck authored Mar 9, 2025
2 parents c44a441 + 36cd7af commit 7e402f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/integrations/apachetika.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 7e402f8

Please sign in to comment.