Hello @Kanye_Hemi_Talkin,
Fantastic job figuring out how to remove that stuck application stack! Deleting the overall “Application” container entry from Container Station is exactly the right way to wipe out a Docker Compose environment. You’ve cleared the clutter perfectly.
Your YAML file looks absolutely excellent. You have correctly configured the network mode to host, picked the right timezone, and the image path (ghcr.io/roonlabs/roonserver:latest) is exactly what we want.
Before you click “Create” to deploy this file, we just need to double-check two last critical details to ensure a perfectly smooth launch.
1. Stop the Old Native App
If the old Roon Server app is still running in the background, it will block the new Docker container from using the necessary network ports.
- Open your QNAP App Center.
- Locate the original Roon Server application.
- Make sure it is completely Stopped (or simply select Remove/Uninstall to prevent it from ever accidentally starting again).
2. Confirm Your Music Folder Path
Take a close look at line 12 of your configuration: - /share/Media/Music:/Music
This line tells Roon: “Look inside the QNAP folder named Media and the sub-folder named Music to find the audio files.” Since you mentioned you are not an experienced NAS user, we want to make 100% sure that is the exact name of your folder. On QNAP devices, the default system multimedia folder is usually named Multimedia (capital M) rather than Media.
- Open File Station on your QNAP dashboard.
- Look at your main storage folders. Is your music stored inside a share called Media, or is it inside the default Multimedia folder?
- If it is in
Media: Your YAML file is perfect. Do not change a thing!
- If it is in
Multimedia: Change that line in your YAML file to: - /share/Multimedia/Music:/Music
Once the old app is stopped and you’ve confirmed that path name, go ahead and paste your YAML file into the Container Station create screen and deploy it via the create application.
After the container starts running, give it about 60 seconds to fire up the background libraries. Then, grab your phone or tablet, open the Roon app, and click Connect next to your NAS. It will immediately see the fresh, clean container in host mode, log you right into your account, and get your music playing again!
Let us know how the deployment goes!