From: Johan Klintberg Date: Mon, 28 Nov 2016 10:36:59 +0000 (+0100) Subject: Correct path to media files X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=58142354f583b89a40b45d1d96ae4aa76170cf6c;p=motioneye-debian Correct path to media files --- diff --git a/extra/Dockerfile b/extra/Dockerfile index 5436674..7c65094 100644 --- a/extra/Dockerfile +++ b/extra/Dockerfile @@ -62,7 +62,7 @@ VOLUME /etc/motioneye VOLUME /var/run/motion # Video & images -VOLUME /var/lib/motion +VOLUME /var/lib/motioneye CMD test -e /etc/motioneye/motioneye.conf || \ cp /usr/share/motioneye/extra/motioneye.conf.sample /etc/motioneye/motioneye.conf ; \