Page 1 of 1

Where can I find the most rercent Docker image?

Posted: 05 Aug 2020, 08:43
by joethelion
I am running alpine-madsonic idocker image on a Synology NAS as I could not find a Synology plugin (SPK) package.

Any way the docker image is quire old (about 4 years) and I was wondering if there is a more recent image ideally with madsonic 7 on it.

I have been troubleshooting an issue with no artist images which according to google is because of a missing class of the java sdk. Obliviously not something I can fix myself and probably a result of how out of date the docker image is.

I am very keen to see how version 7 compares and thinking about signing up for lifetime access.

Regards,
Greg.

Re: Where can I find the most rercent Docker image?

Posted: 06 Aug 2020, 23:45
by jason4bury2
Hi,

Here's a version I found earlier this week that runs in docker.


Version 7 Docker :-

https://registry.hub.docker.com/r/log1x/madsonic/


I've installed it on my Synology box and it runs just fine

Re: Where can I find the most rercent Docker image?

Posted: 09 Aug 2020, 08:27
by joethelion
Thanks for the info.

I have installed the container and although the container starts up, I cannot scan any media folders. From looking at the log it appears to be a permissions issues.

I have specified a valid user and group in the PUID and PGID environment variables but it looks like these are ignored by the running container. I have tried using UID and GID but that doesn't work either.

Any chance you can share you docker configuration.

Re: Where can I find the most rercent Docker image?

Posted: 09 Aug 2020, 23:18
by jason4bury2
Hi,

Here your are :-

Ports

Local Port Container Port type
4040 4040 tcp
4050 4050 tcp


Network

Network Name Driver
bridge bridge


Volumes

File/Folder Mount Path Type
docker/madsonic /data rw
music /music rw


Environment

Defaults plus the following :-

PUID 1000
PGID 1000
TZ Europe/London