You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a little late to answer, but this problem is surely linked to the fact that your "source" thumbnails folder (the one from your host) doesn't have the same uid as www-data inside the container.
The best way to use data with docker is to use volume, this will avoid this kind of problem.
And because of this the generation of thumbnails for the albums is failing reverting back to the default icons
Forcing the directory to be owned by www-data fixed the issue? I guess it should be added in the dockerfile as well
The text was updated successfully, but these errors were encountered: