--
You received this message because you are subscribed to the Google Groups "motioneye" group.
To unsubscribe from this group and stop receiving emails from it, send an email to motioneye+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/motioneye/73ec5e62-67fc-4406-8527-08ea137e2effn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/motioneye/df5a8cb0-88ff-4ffb-9619-f3bc1f5da2can%40googlegroups.com.
docker run --name="motioneye" \
-p 8765:8765 \
--hostname="motioneye" \
-v /etc/localtime:/etc/localtime:ro \
-v /etc/motioneye:/etc/motioneye \
-v /var/lib/motioneye:/var/lib/motioneye \
--restart="always" \
--detach=true \
ccrisan/motioneye:master-amd64