diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-16 09:45:18 -0500 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-16 09:48:45 -0500 |
commit | 5b3ac8c83f19bfa8b897f307c056c521fd1d052a (patch) | |
tree | 1b5c0e983be36ebe09caed62f83019bed3514e08 /config/gitlab.yml.example | |
parent | 623102d4556c42fd386e37724e638156dabca277 (diff) | |
download | gitlab-ce-5b3ac8c83f19bfa8b897f307c056c521fd1d052a.tar.gz |
Bring back port to registry configuration
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 2e383bc90fa..d935121d88b 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -178,7 +178,8 @@ production: &base registry: # enabled: true - # host: localhost + # host: registry.example.com + # port: 5000 # api_url: http://localhost:5000/ # key: config/registry.key # issuer: omnibus-certificate |