Added info about false/positives and explain the possibility to enable updates.

Aleksandar Puharic 2022-01-21 21:16:19 +01:00
parent f106823b23
commit b8669c6311

@ -1,6 +1,9 @@
# WordPress Core Updates
Core updates are disabled because containers are immutable, and updated core files wouldn't be saved persistently.
This would most certainly render site broken due to inconsistencies between database, other components, and core itself.
This would most certainly render the site broken due to inconsistencies between the database, other components, and the core itself.
Unfortunately, this might also trigger warnings from some security plugins as we patch one of the core files.
In order to update your WordPress container, please pull our latest image and recreate the container.
Alternatively, you may modify the environment variable "ENFORCE_DISABLE_WP_UPDATES" and set it to false. This will disable the no-update patch. This is ENTIRELY AT YOUR OWN RISK.