diff --git a/apps/docker-registry/live-ui.hcl b/apps/docker-registry/live-ui.hcl index 419f4c1..4354496 100644 --- a/apps/docker-registry/live-ui.hcl +++ b/apps/docker-registry/live-ui.hcl @@ -40,7 +40,8 @@ job "docker-registry-ui" { DELETE_IMAGES = "true" REGISTRY_TITLE = "Nummer5 Reg" NGINX_PROXY_PASS_URL_DISABLED = "http://cr.wks" - REGISTRY_URL = "http://cr.wks" + REGISTRY_URL = "http://cr.wks:5000" + URL = "http://cr-ui.service.nr5" SINGLE_REGISTRY = "true" SHOW_CONTENT_DIGEST = "true" SHOW_CATALOG_NB_TAGS = "true" @@ -58,4 +59,4 @@ job "docker-registry-ui" { } } -} \ No newline at end of file +}