print the frame time on the image

This commit is contained in:
Blake Blackshear
2019-12-08 08:55:19 -06:00
parent ceedfae993
commit e818744d81
3 changed files with 11 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ docker run --rm \
--privileged \
-v /dev/bus/usb:/dev/bus/usb \
-v <path_to_config_dir>:/config:ro \
-v /etc/localtime:/etc/localtime:ro \
-p 5000:5000 \
-e FRIGATE_RTSP_PASSWORD='password' \
frigate:latest
@@ -46,6 +47,7 @@ Example docker-compose:
image: frigate:latest
volumes:
- /dev/bus/usb:/dev/bus/usb
- /etc/localtime:/etc/localtime:ro
- <path_to_config>:/config
ports:
- "5000:5000"