From 037a97ff3daf6bbf3560bfcf67de5aaba52903c8 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Mon, 28 Oct 2013 11:28:08 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2275de078..c6311fd0a 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ or you can start GitBucket by ```java -jar gitbucket.war``` without servlet cont - --port=[NUMBER] - --prefix=[CONTEXTPATH] +- --host=[HOSTNAME] +- --https=true To upgrade GitBucket, only replace gitbucket.war. All GitBucket data is stored in HOME/gitbucket. So if you want to back up GitBucket data, copy this directory to the other disk.