Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Puppet
Commits
6e174c90
Commit
6e174c90
authored
Dec 01, 2020
by
James T. Lee
Browse files
gitlab-runner: Fix registry URL
parent
c133d65c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
templates/gitlab/gitlab.rb.erb
templates/gitlab/gitlab.rb.erb
+1
-1
No files found.
templates/gitlab/gitlab.rb.erb
View file @
6e174c90
...
@@ -12,7 +12,7 @@ nginx['listen_https'] = false
...
@@ -12,7 +12,7 @@ nginx['listen_https'] = false
# Enable and expose internal registry service for
# Enable and expose internal registry service for
# httpd to reverse proxy and add TLS
# httpd to reverse proxy and add TLS
registry_external_url 'http://registry.gitlab.
umd.edu
'
registry_external_url 'http://registry.gitlab.
james.tl
'
registry['registry_http_addr'] = '0.0.0.0:5000'
registry['registry_http_addr'] = '0.0.0.0:5000'
# Use dark theme by default
# Use dark theme by default
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment