This image based on the official Adminer Docker image ships the required setup to connect with SSL to an Azure MySQL Single or Flexible Server.
A daily build is available on the Docker Hub.
This image ships with the required setup to connect with SSL to an Azure MySQL Single or Flexible Server.) ships the required setup to connect with SSL to an Azure MySQL Single or Flexible Server
- https://learn.microsoft.com/en-us/azure/mysql/single-server/how-to-configure-ssl
- https://learn.microsoft.com/en-us/azure/mysql/flexible-server/how-to-connect-tls-ssl
This image also leverages the login-servers.php plugin to provide a predefined list of servers.
Define the env variable LOGIN_SERVERS as JSON-encoded list of servers
{
"server description": {
"server": "[host]",
"driver": "[server|pgsql|sqlite|...]"
},
...
}
Note that the server driver is Adminer's internal name for MysQL.