From f508c7b10723ee1fa8eecc71b1db2612f5e57b60 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 14 Apr 2021 00:11:05 +0000 Subject: [PATCH] Run update.sh --- adminer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/README.md b/adminer/README.md index 6ca1722f8..7b54a963e 100644 --- a/adminer/README.md +++ b/adminer/README.md @@ -116,7 +116,7 @@ To load plugins you can pass a list of filenames in `ADMINER_PLUGINS`: $ docker run --link some_database:db -p 8080:8080 -e ADMINER_PLUGINS='tables-filter tinymce' adminer ``` -If a plugin *requires* parameters to work correctly you will need to add a custom file to the container: +If a plugin *requires* parameters to work correctly instead of adding the plugin to `ADMINER_PLUGINS`, you need to add a custom file to the container: ```console $ docker run --link some_database:db -p 8080:8080 -e ADMINER_PLUGINS='login-servers' adminer