Quellcode durchsuchen

fix: docker auth配置文件遗漏

370774330@qq.com vor 5 Jahren
Ursprung
Commit
3ba3b2757a

+ 8 - 0
api/src/main/resources/docker/docker-config.json

@@ -0,0 +1,8 @@
+{
+  "auths": {
+    "nexus-api.seecii.cn:80": {
+      "username": "admin",
+      "password": "NJU76nexus"
+    }
+  }
+}

+ 0 - 8
core/src/main/resources/docker/docker-config.json

@@ -1,8 +0,0 @@
-{
-  "auths": {
-    "https://192.168.99.105:30060": {
-      "username": "admin",
-      "password": "admin"
-    }
-  }
-}