Update image_processing.facebox_face_detect.markdown

This commit is contained in:
Robin 2018-05-03 20:00:14 +01:00 committed by GitHub
parent be8f1e5f5a
commit c0d8d08c1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ The `facebox_face_detect` image processing component allows you to detect (i.e.
```
MB_KEY="INSERT-YOUR-KEY-HERE"
docker run -p 8080:8080 -e "MB_KEY=$MB_KEY" -e "MB_FACEBOX_DISABLE_RECOGNITION=true" machinebox/facebox
sudo docker run --name=facebox --restart=always 8080:8080 -e "MB_KEY=$MB_KEY" -e "MB_FACEBOX_DISABLE_RECOGNITION=true" machinebox/facebox
```
To enable this component in your installation, add the following to your `configuration.yaml` file: