Sfoglia il codice sorgente

fix: 更改 docker registry

刘一也 3 anni fa
parent
commit
6a76139739
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      web/docker-config.json
  2. 1 1
      web/src/main/resources/application-prod.yaml

+ 1 - 1
web/docker-config.json

@@ -4,7 +4,7 @@
       "username": "admin",
       "password": "NJU67nexus"
     },
-    "https://10.42.0.182:8092": {
+    "https://10.42.0.182:5000": {
       "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: 10.42.0.182:8092
+    registry: 10.42.0.182:5000
     registryUsername: admin
     registryPassword: NJU67nexus
     tls: false