pducharme / UniFi-Video-Controller

Docker for Unifi-Video Controller (Ubiquiti Networks)
199 stars 105 forks source link

Switch videos volume to right location #71

Closed fryfrog closed 6 years ago

fryfrog commented 6 years ago

Switch /usr/lib/unifi-video/data/videos volume to /var/lib/unifi-video/videos. At some point, "they" made /usr/lib/unifi-video/data a symlink to /var/lib/unifi-video. So we may as well put the volume in the right place, instead of traversing the symlink.

fryfrog commented 6 years ago

Done by #72. And leaving things pointed at the old location works.

Next step might be removing the videos volume entirely and making it optional for those that want it.