mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
readme: insert missing information in Enabling HTTPS support
This commit is contained in:
parent
92f919c20c
commit
57cf7939c2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user