1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/motion-arm/docker-compose.yml

13 lines
259 B
YAML
Raw Normal View History

2016-01-03 07:23:48 +02:00
motion:
2016-04-05 16:03:30 +02:00
image: easypi/motion-arm
2016-01-03 07:23:48 +02:00
ports:
- "8080:8080"
- "8081:8081"
volumes:
2017-06-03 09:28:43 +02:00
- ./motion.conf:/etc/motion/motion.conf
2017-06-03 08:59:38 +02:00
- ./data:/var/lib/motion
- /etc/localtime:/etc/localtime
2016-01-03 07:23:48 +02:00
devices:
- /dev/video0:/dev/video0
restart: always