]> www.vanbest.org Git - motioneye-debian/commitdiff
Correct path to media files
authorJohan Klintberg <johan.klintberg@gmail.com>
Mon, 28 Nov 2016 10:36:59 +0000 (11:36 +0100)
committerGitHub <noreply@github.com>
Mon, 28 Nov 2016 10:36:59 +0000 (11:36 +0100)
extra/Dockerfile

index 543667491ab03d51a1fb0c244081ce6c782a015c..7c65094f19bdacf206d0d6c39b9825c4e4b89d3c 100644 (file)
@@ -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 ; \