summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-07-07 13:06:41 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-07-07 13:06:41 +0200
commitea7b31002e24f7e3ae473f1419efd1f65fc28b43 (patch)
treef08d9ef96e321348683cc0549196073deb720d22 /docker
parent7a3b47ff473986c9aea730f6cf3ef99ff0c1d450 (diff)
downloadgitlab-ce-ea7b31002e24f7e3ae473f1419efd1f65fc28b43.tar.gz
Add note about HTTPS
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/README.md b/docker/README.md
index 7b27e980473..eb74bea9950 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -62,6 +62,8 @@ sudo docker exec -it gitlab vi /etc/gitlab/gitlab.rb
**You should set the `external_url` to point to a valid URL.**
+**You may also be interesting in [Enabling HTTPS](https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/nginx.md#enable-https).**
+
**To receive e-mails from GitLab you have to configure the [SMTP settings](https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/smtp.md),
because Docker image doesn't have a SMTP server.**