add motioneye-arm

This commit is contained in:
kev 2020-05-21 17:35:00 +08:00
parent 6ede6120ba
commit d3aa13d96f
3 changed files with 19 additions and 0 deletions

View File

@ -327,6 +327,7 @@ A collection of delicious docker recipes.
- [x] metasploitframework/metasploit-framework :skull:
- [x] minio/minio
- [x] mongo
- [x] ccrisan/motioneye
- [x] neo4j
- [x] erichough/nfs-server
- [x] luzifer/nginx-sso

7
motioneye-arm/README.md Normal file
View File

@ -0,0 +1,7 @@
motioneye
=========
[motionEye][1] is a web frontend for the [motion daemon][2], written in Python.
[1]: https://github.com/ccrisan/motioneye/wiki
[2]: https://motion-project.github.io/

View File

@ -0,0 +1,11 @@
version: "3.8"
services:
motioneye:
image: ccrisan/motioneye:master-armhf
ports:
- "8765:8765"
volumes:
- ./data/etc:/etc/motioneye
- ./data/var:/var/lib/motioneye
hostname: motioneye
restart: unless-stopped