Update adminer

This commit is contained in:
Arnie 2018-08-16 12:00:29 +02:00
parent 2919e542c2
commit 8c385c8562

View File

@ -32,6 +32,7 @@ init() {
docker create \
--name ${SERVICE_NAME} \
-e VIRTUAL_HOST=${DOMAIN_NAME} \
-e VIRTUAL_PORT=8080 \
-e ADMINER_DESIGN="${ADMINER_DESIGN}" \
-e ADMINER_PLUGINS="${ADMINER_PLUGINS}" \
--restart=unless-stopped \