I was able to get Channels DVR installed using the Docker-compose info. I added an Environmental Variable named: network_mode with value: host, gave it a static IP, and created the volumes. However, I am really new to all the TrueNAS and Docker stuff so I probably added the paths wrong but it worked. Just wanted to see what you added for the paths, this is what I did:
- Host Path: /mnt/Storage/channels-dvr (I just noticed that I entered this different than the Docker Compose which is - /mnt/disk/dvr/config:/channels-dvr)
- Mount Path: /channels-dvr
- Host Path: /mnt/Storage/dvr/recordings
- Mount Path: /shares/DVR
I assumed /mnt/disk/dvr/config:/channels-dvr everything in front of the colon was the Host Path and everything after was the Mount Path. I could be completely off though XD.
It is up and running however. I am running everything in a VM just to dip my toes into TrueNAS before committing to it. But just wanted to clean up the install if I screwed up the volumes portion.