2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 03:54:55 +01:00
This commit is contained in:
kev
2022-10-28 15:47:11 +08:00
parent 758f24f6c7
commit cfea7dd783
8 changed files with 22 additions and 18 deletions

View File

@@ -0,0 +1,14 @@
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