Best setup for Wordpress on ECS #66
-
Hi, first of all thank you for this great plugin and community! I have this plugin working using composer, but i face an issue. I’m running WordPress in an ECS container, and on each deploy the filesystem resets to the base WordPress image, which means any changes ( like an updated object-cache.php ) are lost. Given this setup, what would be the recommended way to implement the plugin properly? Should I include the updated object-cache.php in my custom base image? Or is there a better approach using configuration to ensure it persists across deployments? Appreciate any guidance you can provide, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You gotta set |
Beta Was this translation helpful? Give feedback.
You gotta set
DISALLOW_FILE_MODS
for your WordPress installation. Then either usewp redis *
commands to enable and flush the cache during deployment/builds, or include the drop-in in your build.