mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-04 03:54:55 +01:00
update
This commit is contained in:
14
motion-arm64/docker-compose.yml
Normal file
14
motion-arm64/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user