Created
September 9, 2020 13:14
-
-
Save meteozond/11a4afcfd71412fede6f4159ef258853 to your computer and use it in GitHub Desktop.
Start official motion-project docker container (no config fles provided)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --detach \ | |
--name motion \ | |
--restart unless-stopped \ | |
--privileged \ | |
-v /dev:/dev \ | |
-v /etc/motion:/usr/local/etc/motion \ | |
-v /var/lib/motion/var/lib/motion \ | |
-p 8001:8001 \ | |
-p 8002:8002 \ | |
motionproject/motion:latest \ | |
motion -m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment