Commit 6e174c90 authored by James T. Lee's avatar James T. Lee
Browse files

gitlab-runner: Fix registry URL

parent c133d65c
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment