I am using Wordpress and docker container. The problem is that I updated the wp-config.php file but everything looks the same. I have something like this:
CONTA
You can make use of the WORDPRESS_CONFIG_EXTRA environment variable to define any other config values in the wp-config.php file.
WORDPRESS_CONFIG_EXTRA
wp-config.php
As an example:
WORDPRESS_CONFIG_EXTRA: | define('WP_ALLOW_MULTISITE', true ); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false);