feat: Add support for Adminer designs

This commit is contained in:
小克 2020-09-25 20:33:31 +08:00
parent 8429ae6a70
commit 561eba6204
2 changed files with 3 additions and 0 deletions

View File

@ -813,6 +813,8 @@ services:
context: ./adminer
args:
- INSTALL_MSSQL=${ADM_INSTALL_MSSQL}
environment:
- ADMINER_DESIGN=${ADM_DESIGN}
ports:
- "${ADM_PORT}:8080"
depends_on:

View File

@ -428,6 +428,7 @@ MINIO_PORT=9000
ADM_PORT=8081
ADM_INSTALL_MSSQL=false
ADM_DESIGN=pepa-linha
### PHP MY ADMIN ##########################################