TimWolla / docker-adminer

Database management in a single PHP file
https://hub.docker.com/_/adminer/
157 stars 69 forks source link

Specifying multiple sets of credentials #158

Closed ncovercash closed 10 months ago

ncovercash commented 10 months ago

I'd love to be able to specify multiple sets of credentials that would be available in Adminer. This would make it easier to manage two different DB servers on the same system (current setup is just two adminer containers)

For example:

ADMINER_DRIVER=pgsql,mysql
ADMINER_SERVER=postgres_container,mysql_container
ADMINER_USERNAME=postgres_admin,mysql_admin
...
TimWolla commented 10 months ago

These environment variables are not provided by this Docker image. Are you using a custom plugin?

ncovercash commented 10 months ago

I'm sorry...I mixed this image up with another Adminer container. Thanks for the reply!