You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently not possible to set the MYSQL_CLIENT_FLAGS via the env vars.
The only known possible workaround to me is currently to not set the env vars and mount a modified wp-config.php file with the flags set. But this breaks the existing functionality in the docker image.
I need this setting to enforce SSL via: define('MYSQL_CLIENT_FLAGS', MYSQLI_CLIENT_SSL);