Issue: When updating the Docker container, any custom images placed in the /assets/img directory to use for "service image" in Monitorr settings will be removed when docker image is updated.
Resolution: symlink user images
ln -s /app/images /config/www/monitorr/assets/data/usrimg
Status: Fix in development
Issue: When updating the Docker container, any custom images placed in the /assets/img directory to use for "service image" in Monitorr settings will be removed when docker image is updated.
Resolution: symlink user images
Status: Fix in development