Explorar o código

Merge pull request #1914 from kerhong/patch-1

[adminer] Improve docs for ADMINER_PLUGINS interaction with configurable plugins
Tianon Gravi %!s(int64=4) %!d(string=hai) anos
pai
achega
d2d7333863
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      adminer/content.md

+ 1 - 1
adminer/content.md

@@ -44,7 +44,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' %%IMAGE%%
 $ docker run --link some_database:db -p 8080:8080 -e ADMINER_PLUGINS='tables-filter tinymce' %%IMAGE%%
 ```
 ```
 
 
-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
 ```console
 $ docker run --link some_database:db -p 8080:8080 -e ADMINER_PLUGINS='login-servers' %%IMAGE%%
 $ docker run --link some_database:db -p 8080:8080 -e ADMINER_PLUGINS='login-servers' %%IMAGE%%