mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
11 lines
183 B
YAML
11 lines
183 B
YAML
|
motion:
|
||
|
image: vimagick/motion-arm
|
||
|
ports:
|
||
|
- "8080:8080"
|
||
|
- "8081:8081"
|
||
|
volumes:
|
||
|
- ./motion:/var/lib/motion
|
||
|
devices:
|
||
|
- /dev/video0:/dev/video0
|
||
|
restart: always
|