codefaux / deemix-for-lidarr

(Theoretically) deemix patched for Lidarr addon use
25 stars 2 forks source link

Config mount mapping #7

Closed 909oce closed 2 months ago

909oce commented 2 months ago

Dockerfile shows volume created /config but compose file example shows /deemix-gui/config. I've used the compose mapping and all works fine, however this causes the container to create an unnamed volume each time its started linking to /config. Unsure if this was a typo in the Dockerfile or compose file.

Not a huge deal, just wanted to point it out and clarify which mount I should be using for config.

codefaux commented 2 months ago

Good catch, it's the type of thing I'd also be annoyed by if I noticed it. Should be fixed, reopen if necessary.