From c0d8d08c1e2d560dcc15079602aaad34c128df11 Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 3 May 2018 20:00:14 +0100 Subject: [PATCH] Update image_processing.facebox_face_detect.markdown --- .../_components/image_processing.facebox_face_detect.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: