Tim Düsterhus
Tim Düsterhus
> Is this the only `env` available to configure? As documented here you can also configure the style and plugins: https://github.com/docker-library/docs/tree/master/adminer > Is this supposed to be the entire engine...
You'll need to either bind mount the plugin (or plugin configuration) into the container or compile it into a customer Dockerfile. I don't know docker-compose and thus don't know whether...
> to give you a small insight in how docker-compose works.. I am aware of what docker-compose is on a high level. “Not knowing” is rather “Never used”. > why...
@pollier I'm aware of the the concept of using environment variables to pass credentials and in the context of Kubernetes this might be safely done, because the are not directly...
@cglacet > Does that mean some people use adminer to access their database in production? Reading the comments above and also the other issues that are created in this repository:...
As I explained many times before I won't be supporting these environment variables. I've explained possible solutions if you want to use these for your specific use-case.
> However, I agree that the readme here should describe which env vars it adds, and what ways there are to configure upstream Adminer via env vars. (Even in case...
> @TimWolla In case SqlPad turns out useful for local development with prefilled login, should I add that to the docs PR as well? I'd rather not reference any external...
> Simple solution is enable multithread PHP web server: > > ``` > PHP_CLI_SERVER_WORKERS=4 > ``` > > Now imports works, without interuption. This looks like a useful addition to...
I believe this is a duplicate of #96.