Skip to content

Add ability to set MYSQL_CLIENT_FLAGS via environment variables #639

Description

@TobiTh

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    RequestRequest for image modification or feature

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions