More > JRiver Media Center 28 for Linux
Docker Image for MC28
max096:
--- Quote from: cncb on October 13, 2021, 11:03:36 am ---I started over and had the Synology Docker GUI create the config folder and it started up with no problems.
So you mount these somewhere in the Synology system settings and don't include them in the volume mounts for the Docker container? Thanks.
--- End quote ---
You do include them in the volume mounts, but the local path on your synology. Just as you would with local folders. After you mounted the share to your synology it has a local path.
HaWi:
I don't think this has to be complicated. I followed Max's instructions and came up with the following .yml file that works without any hitches. Synology Docker does support docker-compose so all you need is put the file in your docker share and run docker-compose from there. I also use Portainer to update my containers which is really easy (literally one click). I also have the equivalent docker run file if you prefer setting it up via CLI. Just let me know.
EDIT: You need to create the folders
/volume1/docker/MC28/config
/volume1/docker/MC28/data/Library
/volume1/music
beforehand. In my case, the /volume1/music folder contains the media files
--- Code: ---version: '3'
services:
jrivermc28:
image: shiomax/jrivermc28
restart: always
container_name: jrivermc28
network_mode: host
environment:
- VNC_PASSWORD=<YOUR_VNC_PW>
- USER_ID=1026 (this may be different for you)
- GROUP_ID=101 (this may be different for you)
- DISPLAY_WIDTH=2560 (this may be different for you)
- DISPLAY_HEIGHT=1440 (this may be different for you)
- TZ=America/New_York (this may be different for you)
volumes:
- /volume1/docker/MC28/config:/config:rw
- /volume1/music:/data/music:rw
- /volume1/docker/MC28/data/Library:/data/Library:rw
--- End code ---
cncb:
It was a permissions issue. I created the shared folders in the Synology GUI and then copied all my media over from Windows with robocopy. Apparently, my main account did not have permissions on the copied folders even though I used those credentials to access the shares in Windows. Thanks for the help.
HaWi:
Interesting, I recently also noticed a change in the permissions to my /music folder. I had to update them for MC to be able to read the media again. No idea how and why that happened.
Afrosheen:
--- Quote from: Afrosheen on October 13, 2021, 02:27:07 am ---Hi Max and JRiver team,
Thanks for update to the app! I just upgraded MC on my QNAP via Container Station/Docker. I see that the app can now load certain webpages; I'm wondering if there's a way to connect my Last.fm account so that I can start scrobbling again? Thanks for the consideration!
--- End quote ---
Hi, just checking in if this could be implemented? TIA
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version