Ver código fonte

fix: 更改 docker registry

刘一也 3 anos atrás
pai
commit
ec0cce6806

+ 4 - 0
web/docker-config.json

@@ -3,6 +3,10 @@
     "https://172.19.51.6:8092": {
       "username": "admin",
       "password": "NJU67nexus"
+    },
+    "https://10.42.0.182:8092": {
+      "username": "admin",
+      "password": "NJU67nexus"
     }
   }
 }

+ 1 - 1
web/src/main/resources/application-prod.yaml

@@ -36,7 +36,7 @@ seecoder:
     password: 1qaz0158Seecoder67
   docker:
     host: unix:///var/run/docker.sock
-    registry: 172.19.51.6:8092
+    registry: 10.42.0.182:8092
     registryUsername: admin
     registryPassword: NJU67nexus
     tls: false