From: jeff-h Date: Wed, 24 Aug 2016 07:20:24 +0000 (+1200) Subject: Create docker-compose.yml X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=c9650e553544f9926e684036c585e793e2e4fa06;p=motioneye-debian Create docker-compose.yml --- diff --git a/extra/docker-compose.yml b/extra/docker-compose.yml new file mode 100644 index 0000000..cf89af0 --- /dev/null +++ b/extra/docker-compose.yml @@ -0,0 +1,11 @@ +motioneye: + image: motioneye + volumes: + - /mnt/motioneye/media:/media + - /mnt/motioneye/config:/etc/motioneye + environment: + - TIMEZONE="Pacific/Auckland" + ports: + - 8081:8081 + - 8765:8765 + restart: always