The Wayback Machine - https://web.archive.org/web/20200914103608/https://github.com/gitbucket/gitbucket-docker
Skip to content
master
Go to file
Code

Latest commit

* fix DOCKER_USERNAME of nightly build workflow
* change nightly build workflow name from build to nighltly build
* add status badge to README,md
66f1c9b

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

gitbucket-docker default build nightly build

Docker image of GitBucket which is an open source GitHub server powered by Scala

Docker build

How to use this image

docker run -d -p 8080:8080 gitbucket/gitbucket

Add -p 29418:29418 option if you would like to enable SSH for repository access:

docker run -d -p 8080:8080 -p 29418:29418 gitbucket/gitbucket

You can also specify the data directory by -v option:

docker run -d -p 8080:8080 -v `pwd`/gitbucket:/gitbucket gitbucket/gitbucket

You can configure GitBucket via environment variables. For example, the uploadable file size can be set to 10MB as follows:

docker run -d -p 8080:8080 -e GITBUCKET_MAXFILESIZE=10485760 gitbucket/gitbucket

See more details about how to configure GitBucket at: https://github.com/gitbucket/gitbucket/wiki/Basic-configurations

About

Docker image of GitBucket which is an open source GitHub server powered by Scala

Resources

Packages

No packages published
You can’t perform that action at this time.