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:45:18 -0500 |
| commit | 72577033888a77eeb2f4d362c2ae2331c1cbf6d7 (patch) | |
| tree | f4de5de8519f66013c6a9f0597b70025cf24a90c | |
| parent | bc32a3ecc7ec2e5ebf6e8c9d9fc1b218a3620f36 (diff) | |
| download | gitlab-ce-docker-registry.tar.gz | |
Bring back port to registry configurationdocker-registry
| -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 |
