adminer support mssql

This commit is contained in:
Shao Yu Lung
2017-05-25 16:44:51 +08:00
parent 58995966ec
commit f3a016aa79
3 changed files with 22 additions and 1 deletions

View File

@ -440,7 +440,10 @@ services:
### Adminer Container ####################################
adminer:
build: ./adminer
build:
context: ./adminer
args:
- INSTALL_MSSQL=${ADM_INSTALL_MSSQL}
ports:
- "${ADM_PORT}:8080"
depends_on: