I tried restarting the container, but that didn’t help. I used the provided YAML code, except I changed the location of my music to /share/Multimedia/Music:
services:
roonserver:
image: Package roonserver · GitHub
container_name: roonserver
network_mode: host
environment:
- ROON_INSTALL_BRANCH=production
- TZ=America/New_York
volumes: - /share/Container/roon:/Roon
- /share/Multimedia/Music
- /share/Container/roon-backups:/RoonBackups
restart: unless-stopped
logging:
driver: local
Attached are screenshots of the Roon Server container. It is showing no networks, which I assume could be the problem.

