Hello everyone. Noob here, trying to setup a Synology DS220+ running DSM 7.2.2 and apparently things have changed a bit with the new Container Manager and .yml files? This is actually my first ever interaction with Docker, so not 100% sure of this. I've manually created the needed folders in the docker folder and think my structure is correct, but please let me know if you can spot my error(s) or know what needs to be changed. Current online instructions say to:
"add this to your docker-compose.yml
:
channels-dvr:
image: fancybits/channels-dvr:latest
container_name: channels-dvr
network_mode: host
ports:
- "8089:8089"
restart: on-failure:10
devices:
- /dev/dri:/dev/dri
volumes:
- /mnt/disk/dvr/config:/channels-dvr
- /mnt/disk/dvr/recordings:/shares/DVR
I'm getting an error on line 1
" ! Property channels-dvr is not allowed "
Any help will be appreciated. Thanks.