diff --git a/source/_components/image_processing.facebox_face_detect.markdown b/source/_components/image_processing.facebox_face_detect.markdown index 900cbc7c2a..9b32b9ba19 100644 --- a/source/_components/image_processing.facebox_face_detect.markdown +++ b/source/_components/image_processing.facebox_face_detect.markdown @@ -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: