From 9d30e4e3e0d934752899e0283431b67db5319707 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Mon, 16 Oct 2023 15:03:10 +0200 Subject: [PATCH] registry direct see issue --- apps/docker-registry/live-ui.hcl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +}