What's Changed
- We now use Alpine Linux to create the Docker image
How to upgrade
If you don't use Docker or have not enabled WebDAV, there's nothing to do ✨
Otherwise, you need to be careful when updating:
On the previous Docker image, the www-data
user had a uid of 33
Switching to Alpine, this same user now has a uid of 82
and the uid of 33
is assigned to the xfs
user.
🚨 If you had a shared WebDAV volume used by the Davis container, make sure that the user set for the root WebDAV folder is correct, ie. you need this folder to be owned by www-data:www-data
and not xfs:xfs
(ie. 82:82
and not 33:33
)
Full Changelog: v2.0.2...v2.1.0