mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
11 lines
181 B
YAML
11 lines
181 B
YAML
motion:
|
|
image: easypi/motion-arm
|
|
ports:
|
|
- "8080:8080"
|
|
- "8081:8081"
|
|
volumes:
|
|
- ./motion:/var/lib/motion
|
|
devices:
|
|
- /dev/video0:/dev/video0
|
|
restart: always
|