Update adminer run configuration to include default server
This commit is contained in:
parent
1a9bdcf666
commit
b72c9de259
@ -17,6 +17,7 @@ source ${SCRIPT_PATH}/../common.shinc
|
||||
DOMAIN_NAME="adminer.loc"
|
||||
ADMINER_DESIGN="hever"
|
||||
ADMINER_PLUGINS="dump-date dump-json dump-php dump-zip edit-calendar edit-foreign edit-textarea"
|
||||
ADMINER_DEFAULT_SERVER="maria-db"
|
||||
|
||||
source ${SCRIPT_PATH}/env.shinc 2> /dev/null
|
||||
|
||||
@ -35,6 +36,7 @@ init() {
|
||||
-e VIRTUAL_PORT=8080 \
|
||||
-e ADMINER_DESIGN="${ADMINER_DESIGN}" \
|
||||
-e ADMINER_PLUGINS="${ADMINER_PLUGINS}" \
|
||||
-e ADMINER_DEFAULT_SERVER="${ADMINER_DEFAULT_SERVER}" \
|
||||
--restart=unless-stopped \
|
||||
${SERVICE_NAME}:latest
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user