feat: Add support for loading plugins and specifying the default host

This commit is contained in:
小克
2020-09-26 02:17:15 +08:00
parent 561eba6204
commit 80c4e620ac
3 changed files with 12 additions and 0 deletions

View File

@ -814,7 +814,9 @@ services:
args:
- INSTALL_MSSQL=${ADM_INSTALL_MSSQL}
environment:
- ADMINER_PLUGINS=${ADM_PLUGINS}
- ADMINER_DESIGN=${ADM_DESIGN}
- ADMINER_DEFAULT_SERVER=${ADM_DEFAULT_SERVER}
ports:
- "${ADM_PORT}:8080"
depends_on: