Hi! What’s not quite right with Roon?
· None of the above quite fits
None of the above quite fits
· None of these quite match
Tell us what's going on
· I want to install Roon Server using Container Station on my QNAP-TVS-471, and my configuration is as follows:
DataVol1 is HDD and DataVol2 is SSD
My music files are in DataVol1 in the shared folder ‘Music’
For the best performance, I assume it’s better to create the container shared folder on DataVol2. So, I manually created a shared folder named ‘Container’ on DataVol2 (with r/w access to all administrators) and selected it as the container folder during the installation of Container Station.
I want to store Roon backups in DataVol1 in shared folder ‘Backup/Roon/NAS/RoonBackups’.
In the Docker Configuration Generator, I entered the following settings and created the application:
services:
roonserver:
image: Package roonserver · GitHub
container_name: roonserver
network_mode: host
environment:
ROON_INSTALL_BRANCH=production
TZ=Europe/Brussels
volumes:
/share/DataVol2/Container/roon:/Roon
/share/DataVol1/Music:/Music
/share/DataVol1/Backup/Roon/NAS/RoonBackups:/RoonBackups
restart: unless-stopped
logging:
driver: local
I see that roon-server is running in Container Station.
Next, I launch the Roon app on my laptop (macOS), but unfortunately, Roon Server is not detected. What did I do wrong? Could you please help me? Thanks!
Tell us about your home network
· NAS connected to router (to-link deco) via ethernet. I connect to Roon server with my laptop running Mac OS via wi-fi. All is on the same network.