readme: insert missing information in Enabling HTTPS support

This commit is contained in:
Sameer Naik 2015-07-23 23:05:06 +05:30
parent 92f919c20c
commit 57cf7939c2

View File

@ -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