diff --git a/docs/tutorials/integrations/apachetika.md b/docs/tutorials/integrations/apachetika.md
index c54baa8..59ccdd6 100644
--- a/docs/tutorials/integrations/apachetika.md
+++ b/docs/tutorials/integrations/apachetika.md
@@ -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
 ```