feat: Add support for Adminer designs
This commit is contained in:
parent
8429ae6a70
commit
561eba6204
@ -813,6 +813,8 @@ services:
|
||||
context: ./adminer
|
||||
args:
|
||||
- INSTALL_MSSQL=${ADM_INSTALL_MSSQL}
|
||||
environment:
|
||||
- ADMINER_DESIGN=${ADM_DESIGN}
|
||||
ports:
|
||||
- "${ADM_PORT}:8080"
|
||||
depends_on:
|
||||
|
@ -428,6 +428,7 @@ MINIO_PORT=9000
|
||||
|
||||
ADM_PORT=8081
|
||||
ADM_INSTALL_MSSQL=false
|
||||
ADM_DESIGN=pepa-linha
|
||||
|
||||
### PHP MY ADMIN ##########################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user