Closed
Description
Try to use (from https://github.com/gitblit/gitblit-docker/blob/master/hub-readme.md):
docker run --rm -d --name gitblit --tmpfs /var/opt/gitblit/temp -p 8443:8443 gitblit/gitblit
But result is (https://localhost:8443/):
HTTP ERROR: 503
Problem accessing /. Reason:
Service Unavailable
Without tmpfs - that is OK:
docker run --rm -d --name gitblit -p 8443:8443 gitblit/gitblit