From 11bd1467a517abe15b7c2bf918bebc152b3bad24 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 23 Sep 2020 17:13:21 +0200 Subject: [PATCH] :sparkles: Add support for the new media folder --- motioneye/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye/config.json b/motioneye/config.json index 6581636..f581ee5 100755 --- a/motioneye/config.json +++ b/motioneye/config.json @@ -25,7 +25,7 @@ "apparmor": false, "video": true, "privileged": ["DAC_READ_SEARCH", "SYS_ADMIN"], - "map": ["share:rw", "ssl"], + "map": ["media:rw", "share:rw", "ssl"], "options": { "motion_webcontrol": false, "ssl": true,