diff --git a/README.md b/README.md index ffaa7ba..108041d 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,17 @@ ./generate_password.sh ``` -3. Change the confoguration and start with: +3. Get latest container: +``` +docker-compose pull +``` + +4. Change the confoguration and start with: ``` docker-compose up -d ``` -4. Open `127.0.0.1:8080` and be habby. :-) +5. Open `127.0.0.1:8080` and be habby. :-) ### configuration @@ -37,6 +42,16 @@ - `GITBUCKET_SSH_PORT`: ssh port to bind to +### plugins +To use plugins download the plugin and move it into `data/plugins`. +After that restart the gitbucket container with `docker-compose restart main-gitbucket`. + + +## TODO +- wait for the next update and write an update howto +- maybe a nginx container with ssl??? + + ## Inspirations I got some inspirations for this project from: - https://github.com/mailcow/mailcow-dockerized