https://github.com/winkapp/docker-gollum Basic docker version of gollum
git init ~/wikidata
sudo docker run --restart=always -d -p 3000:4567 -P -v ~/wikidata:/root/wikidata --name gollum winkapp/docker-gollum --allow-uploads --live-preview
https://github.com/schnatterer/smeagol-galore Note has a long startup the first time to download plugins (over two minutes). Lots of features.
docker run -p 8443:8443 schnatterer/smeagol-galore:0.1.3
https://github.com/schnatterer/gollum-galore Wraps a gollum instance with a Caddy server (ssl)
docker run -p9000:4567 -e GOLLUM_PARAMS="--allow-uploads --live-preview" -e CADDY_PARAMS="-conf /gollum/config/Caddyfile" -v ~/gollum:/gollum schnatterer/gollum-galore