diff --git a/bitnami/wordpress/README.md b/bitnami/wordpress/README.md index b5b2c84dbb0e..693c5ade9f29 100644 --- a/bitnami/wordpress/README.md +++ b/bitnami/wordpress/README.md @@ -234,7 +234,7 @@ Available environment variables: - `WORDPRESS_BLOG_NAME`: WordPress blog name. Default: **User's blog** - `WORDPRESS_HTACCESS_OVERRIDE_NONE`: Set the Apache `AllowOverride` variable to `None`. All the default directives will be loaded from `/opt/bitnami/wordpress/wordpress-htaccess.conf`. Default: **yes** - `WORDPRESS_ENABLE_HTACCESS_PERSISTENCE`: Persist the custom changes of the htaccess. It depends on the value of `WORDPRESS_HTACCESS_OVERRIDE_NONE`, when `yes` it will persist `/opt/bitnami/wordpress/wordpress-htaccess.conf` if `no` it will persist `/opt/bitnami/wordpress/.htaccess`. Default: **no** -- `WORDPRESS_DATA_TO_PERSIST`: Space separated list of files and directories to persist. Default: **"wp-config.php wp-content"** +- `WORDPRESS_DATA_TO_PERSIST`: Space separated list of files and directories to persist. Use a space to persist no data: `" "`. Default: **"wp-config.php wp-content"** - `WORDPRESS_RESET_DATA_PERMISSIONS`: Force resetting ownership/permissions on persisted data when restarting WordPress, otherwise it assumes the ownership/permissions are correct. Ignored when running as non-root. Default: **no** - `WORDPRESS_TABLE_PREFIX`: Table prefix to use in WordPress. Default: **wp_** - `WORDPRESS_PLUGINS`: List of WordPress plugins to install and activate, separated via commas. Can also be set to `all` to activate all currently installed plugins, or `none` to skip. Default: **none**