diff --git a/hubcmdui/web/index.html b/hubcmdui/web/index.html
index 544fbee..21a3ea6 100644
--- a/hubcmdui/web/index.html
+++ b/hubcmdui/web/index.html
@@ -539,7 +539,7 @@
let originalImage = `${imageName}:${tag}`;
let proxyImage = '';
if (!imageName.includes('/')) {
- proxyImage = `${proxyDomain}/${imageName}:${tag}`;
+ proxyImage = `${proxyDomain}/library/${imageName}:${tag}`;
} else {
proxyImage = `${proxyDomain}/${imageName}:${tag}`;
}