@@ -5,6 +5,47 @@ can be used to host a WordPress site as well. There are some tools
and nice librarys included, like *OPCache*, *X-Debug* and *WP-Cli*.
## Overriding configurations
You can override wp-config.php values by using environment variables. Actually, the variables present on wp-config.php and values when variable is not defined are below.
## Overriding variables not defined on wp-config.php
If you have variables not present on table above, you can mount a folder with your configuration at `/var/www/html/wp-config.d`. All php files on that directory will be included on `wp-config.php`. You can also override variables present on default `wp-config.php`.
### Parental advisory
If you are running behind a reverse proxy and inside a Virtual Host, you may be safe about `WORDPRESS_HOME` and `WORDPRESS_SITEURL` default values.
But if you container receive requests with unexpected `SERVER_NAME`, you __must__ provide values for those variables.
In any case, it is a good idea to provide values for those variables.
## Development environment
There are a WordPress installed at `/var/www/html`. So if you want