diff --git a/docs/print.html b/docs/print.html index a096d6d..be52dba 100644 --- a/docs/print.html +++ b/docs/print.html @@ -973,8 +973,12 @@

Running Docker container

You can run the Docker container image with the following command:

$ docker run --rm --name bayard \
-    -p 5000:5000 -p 7000:7000\
-    bayardsearch/bayard:latest start 1
+    -p 5000:5000 -p 7000:7000 -p 9000:9000 \
+    bayardsearch/bayard:latest \
+    --data-directory=/tmp/bayard \
+    --schema-file /etc/bayard/schema.json \
+    --tokenizer-file /etc/bayard/tokenizer.json \
+    1
 

Reference