mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
15 lines
331 B
YAML
15 lines
331 B
YAML
version: "3.8"
|
|
services:
|
|
motion:
|
|
image: easypi/motion-arm64
|
|
ports:
|
|
- "8080:8080"
|
|
- "8081:8081"
|
|
volumes:
|
|
- ./data/etc/motion.conf:/etc/motion/motion.conf
|
|
- ./data/var:/var/lib/motion
|
|
- /etc/localtime:/etc/localtime
|
|
devices:
|
|
- /dev/video0:/dev/video0
|
|
restart: unless-stopped
|