movim / movim_docker

Official Docker Compose stack for Movim, maintained by @kawaii and the @movim team
https://movim.eu/
GNU Affero General Public License v3.0
79 stars 29 forks source link

Existing /html folder volume content is not updated on container update #44

Open poVoq opened 1 year ago

poVoq commented 1 year ago

Looks like it is only checking if there are Movim files in the /html folder of the volume and installs them if these files are missing.

However on a container upgrade this is very misleading that the old Movim files in /html are apparently retained, thus breaking the update.

Manually deleting all files in the /html folder of the movim volume works as this triggers the new installation of the latest version of these files.