From 8895799b2c2f5a64c75cfd67e739febf297e096d Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Thu, 5 Aug 2021 11:32:04 +0200 Subject: [PATCH] OAM Deployment enhancements in docker daemon and its README IssueID: OAM-222 Change-Id: Icd0179ca7df5a441c1ddbc15e49ab49bcae84ae5 Signed-off-by: demx8as6 --- solution/integration/smo/common/docker/README.md | 2 +- solution/integration/smo/common/docker/daemon.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/solution/integration/smo/common/docker/README.md b/solution/integration/smo/common/docker/README.md index a36804f..814084d 100644 --- a/solution/integration/smo/common/docker/README.md +++ b/solution/integration/smo/common/docker/README.md @@ -12,7 +12,7 @@ https://docs.docker.com/config/daemon/ipv6/ { "dns": ["1.1.1.1"], "registry-mirrors": [ - "https://nexus3.o-ran-sc.org:10004", + "https://nexus3.o-ran-sc.org:10002", "https://nexus3.onap.org:10001" ], "log-driver": "json-file", diff --git a/solution/integration/smo/common/docker/daemon.json b/solution/integration/smo/common/docker/daemon.json index 1573447..bed1ae3 100644 --- a/solution/integration/smo/common/docker/daemon.json +++ b/solution/integration/smo/common/docker/daemon.json @@ -1,7 +1,7 @@ { "dns": ["1.1.1.1"], "registry-mirrors": [ - "https://nexus3.o-ran-sc.org:10004", + "https://nexus3.o-ran-sc.org:10002", "https://nexus3.onap.org:10001" ], "log-driver": "json-file", -- 2.16.6