From 57cf7939c20c4288f9550147d3cc8f9f615bf69a Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Thu, 23 Jul 2015 23:05:06 +0530 Subject: [PATCH] readme: insert missing information in `Enabling HTTPS support` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 37d23c06..467e97f3 100644 --- a/README.md +++ b/README.md @@ -508,6 +508,8 @@ HTTPS support can be enabled by setting the `GITLAB_HTTPS` option to `true`. Add ```bash docker run --name gitlab -d \ + --publish 10022:22 --publish 10080:80 --publish 10443:443 \ + --env 'GITLAB_SSH_PORT=10022' --env 'GITLAB_PORT=10443' \ --env 'GITLAB_HTTPS=true' --env 'SSL_SELF_SIGNED=true' \ --volume /srv/docker/gitlab/gitlab:/home/git/data \ sameersbn/gitlab:7.13.0