From fd24d5c12a8a111cef8e0892c6b620b7dcc2fb4c Mon Sep 17 00:00:00 2001 From: Kaz FUNAKOSHI Date: Thu, 25 Feb 2016 14:06:35 +0900 Subject: [PATCH] add description and link towards f99aq8ove's docker-gitbucket --- FAQ.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/FAQ.md b/FAQ.md index f911309..fcedde3 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2,6 +2,14 @@ Access to demo site on heroku: https://gitbucket.herokuapp.com/ +## Docker image? + +If you have docker host, this command just works(See [docker-gitbucket](https://github.com/f99aq8ove/docker-gitbucket)): + +`% docker run -d -p 8080:8080 -p 29418:29418 -v ${PWD}/gitbucket-data:/gitbucket f99aq8ove/gitbucket` + +Then you can access via HTTP to http://localhost:8080/, and you can also [[Reverse-proxy-with-Nginx]]. + ## What's default root username and password? root / root