1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00
dockerfiles/motion-arm/docker-compose.yml
2017-06-03 14:59:38 +08:00

13 lines
264 B
YAML

motion:
image: easypi/motion-arm
ports:
- "8080:8080"
- "8081:8081"
volumes:
- ./data/motion.conf:/etc/motion/motion.conf
- ./data:/var/lib/motion
- /etc/localtime:/etc/localtime
devices:
- /dev/video0:/dev/video0
restart: always