Try gitlab https

This commit is contained in:
Mathieu Sanchez 2019-04-08 12:41:06 +09:00
parent bfc5c5a772
commit 7afd40f748

View File

@ -3,7 +3,7 @@ docker run --detach \
--name gitlab \
--publish 8001:443 \
--publish 2201:22 \
--hostname gitlab.c2a-system.test \
--hostname gitlab.teksatcau.fr \
--env GITLAB_OMNIBUS_CONFIG="external_url 'https://gitlab.teksatcau.fr/';gitlab_rails['gitlab_shell_ssh_port'] = 2201; nginx['ssl_certificate'] = '/etc/gitlab/ssl/gitlab.example.com.crt'; nginx['ssl_certificate_key'] = '/etc/gitlab/ssl/gitlab.example.com.key'" \
--volume /srv/gitlab/config:/etc/gitlab \
--volume /srv/gitlab/logs:/var/log/gitlab \