docker-adminer icon indicating copy to clipboard operation
docker-adminer copied to clipboard

Usage with external server: driver default via ADMINER_DEFAULT_DRIVER

Open bluepuma77 opened this issue 9 months ago • 1 comments

According to Docker Hub doc only the default database can be set with ADMINER_DEFAULT_SERVER.

It would be great to also have ADMINER_DEFAULT_DRIVER, ADMINER_DEFAULT_DB and ADMINER_DEFAULT_USER.

Is that possible?

bluepuma77 avatar Mar 14 '25 14:03 bluepuma77

I gave it a try and created a MR adding ADMINER_DEFAULT_DRIVER and ADMINER_DEFAULT_DBNAME. This surely can be extended further..

strowi avatar Apr 24 '25 13:04 strowi