Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 318 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 318 Bytes

RoonServer

Dockerfile for RoonServer on Linux x86_64

Roon data files are stored in /var/roon. Music volume should be /music.

You currently must use the "host" networking driver with this.

Example:

docker run --name RoonServer --net=host -d -v /home/roon:/var/roon -v /home/music:/music mikedickey/roonserver