tperich

Results 1 issues of tperich

Using docker image `ccrisan/motioneye:master-amd64`, the exact `docker-compose.yml` is: ```yml version: '3' services: motioneye: image: ccrisan/motioneye:master-amd64 container_name: motioneye restart: unless-stopped user: root ports: - 8765:8765 devices: - /dev/video1:/dev/video0 - /dev/video3:/dev/video1 volumes:...