Browse Source

Update index.html

rex7036 5 months ago
parent
commit
83d8b82e80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hubcmdui/web/index.html

+ 1 - 1
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}`;
             }