Trying to use the http://ip:8089 setup interface (using docker compose). #2 storage, does not list all my partitions (non-system, top level partitions e.g. /local). Permissions are more generous (775) than system partitions and not owned by root. I want all the channel-dvr created data, configs, etc. in this partition. My docker-compose.yml is in /local and volumes are defined as:
volumes:
- ./config:/channels-dvr
- ./recordings:/shares/DVR
How do I point the setup to the desired location?
Thanks!
