Run update.sh

This commit is contained in:
Docker Library Bot 2021-04-14 00:11:05 +00:00
parent d2d7333863
commit f508c7b107
1 changed files with 1 additions and 1 deletions

View File

@ -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