As title suggests I am trying to setup a Channels installation hosted on my Synology NAS. I use Portainer to setup Docker installs with docker compose.
After setup and seemingly succesful installation it appears that there may be some permission issues. I can't seem to get Channels access to my files and I can't see the recording whne looking on File Station any recording file. (there seems to be a recording but I sure can't find it anywhere !! lol)
Any help would be appreciated
version: "3.8"
services:
channels-dvr:
network_mode: host
restart: always
container_name: channels-dvr
hostname: channels
image: fancybits/channels-dvr:tve
security_opt:
- seccomp=unconfined
environment:
- PUID=1038
- PGID=100
- TZ=America/New_York
- NVIDIA_VISIBLE_DEVICES=all
volumes:
- /volume2/docker_ssd/channels
- /volume1/data/media/tv
- /volume1/data/media/movies
- /volume1/data/media/channels # where you put the media files
- /etc/localtime:/etc/localtime:ro
devices:
- /dev/dri:/dev/dri