Skip to content

Commit dd43f6b

Browse files
DonHugoarsaboo
authored andcommitted
Update image_processing.facebox.markdown (home-assistant#5453)
added -p befor 8080 i docker run command
1 parent cb5bcae commit dd43f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/image_processing.facebox.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The `facebox` image processing platform allows you to detect and recognise faces
1717
```
1818
MB_KEY="INSERT-YOUR-KEY-HERE"
1919
20-
sudo docker run --name=facebox --restart=always 8080:8080 -e "MB_KEY=$MB_KEY" machinebox/facebox
20+
sudo docker run --name=facebox --restart=always -p 8080:8080 -e "MB_KEY=$MB_KEY" machinebox/facebox
2121
```
2222

2323
If you only require face detection (number of faces) you can disable face recognition by adding ```-e "MB_FACEBOX_DISABLE_RECOGNITION=true"``` to the `docker run` command.

0 commit comments

Comments
 (0)