Closed sgabe closed 4 years ago
I shall fix this tonight, had to leave for work when I realized I had done this
No problem, I have quickly rebuilt the image locally to prevent an outage in my movie theater. :wink:
Should be resolved now
Thank you for the quick fix.
This recent update broke the container, due to the fact the
VOLUME
instruction should be used to share directories. https://github.com/mdhiggins/radarr-sma/blob/924358fb1ed83ca695d53ebb0fc7985d56501e6a/Dockerfile#L54 Starting the container fails with the following error message:I can confirm that
autoProcess.ini
has been replaced with a directory, causing the container to fail to start.I see that you have made the same with
sonarr-sma
, however, interestingly that container has survived the update. Anyway, I would recommend removing the affectedVOLUME
instruction.