From 58142354f583b89a40b45d1d96ae4aa76170cf6c Mon Sep 17 00:00:00 2001
From: Johan Klintberg <johan.klintberg@gmail.com>
Date: Mon, 28 Nov 2016 11:36:59 +0100
Subject: [PATCH] Correct path to media files

---
 extra/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ; \
-- 
2.39.5