mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
12 lines
248 B
YAML
12 lines
248 B
YAML
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
|