mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-04 10:34:49 +02:00
13 lines
259 B
YAML
13 lines
259 B
YAML
motion:
|
|
image: easypi/motion-arm
|
|
ports:
|
|
- "8080:8080"
|
|
- "8081:8081"
|
|
volumes:
|
|
- ./motion.conf:/etc/motion/motion.conf
|
|
- ./data:/var/lib/motion
|
|
- /etc/localtime:/etc/localtime
|
|
devices:
|
|
- /dev/video0:/dev/video0
|
|
restart: always
|