diff --git a/README.md b/README.md index 1f21f64..5fa3d2e 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,18 @@ 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 available: +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 +