Newer
Older
gitbucket / README.md
@Pascal Gollor Pascal Gollor on 27 May 2017 543 bytes add inspirations
# docker container for gitbucket

This docker container of [gitbucket](https://github.com/gitbucket/gitbucket.git) is under testing!!!

## usage

### installation

### configuration
Please use the configuration file `gitbucket.conf` for your personal changes.
There are three configs for gitbucket:
- `GITBUCKET_BIND`: ip address to bind to
- `GITBUCKET_WEB_PORT`: web port to bind to
- `GITBUCKET_SSH_PORT`: ssh port to bind to


## Inspirations
I got some inspirations for this project from:
- https://github.com/mailcow/mailcow-dockerized