Skip to content

example with tmpfs doesn't work #12

Closed
@GentleHedgehog

Description

@GentleHedgehog

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions