In case of migration it would be really useful to have an ability to provide a single gerrit.config file instead of/with providing parameters separately.
E.g.
docker run \
--name gerrit \
-e GERRIT_CONFIG_FILE=path/to/gerrit.config \ # with all existing configuartions
-e WEBURL=http://my-gerrit.example.com \ # e.g. if we want different url
-d openfrontier/gerrit