diff options
author | ecaiyanlinux <martin.c.yan@est.tech> | 2021-07-20 02:44:33 +0200 |
---|---|---|
committer | ecaiyanlinux <martin.c.yan@est.tech> | 2021-07-20 02:44:33 +0200 |
commit | 1070b984688f3fd0af48aa8d8b40374d9d0308ab (patch) | |
tree | 0deb5e38f462a6b06120240a91748fc2e4af0d3c | |
parent | 2b3fb35dd59be6dba12f57c9fa80f8bf04d17514 (diff) |
Update image url
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: CCSDK-3374
Change-Id: Ia545f386dda39362d55736a9ef62c267c620dcb4
-rw-r--r-- | csit/scripts/healthcheck/docker-compose.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/csit/scripts/healthcheck/docker-compose.yml b/csit/scripts/healthcheck/docker-compose.yml index 27480ca9..c3cf34c2 100644 --- a/csit/scripts/healthcheck/docker-compose.yml +++ b/csit/scripts/healthcheck/docker-compose.yml @@ -39,7 +39,7 @@ services: # - ./config/application-policyagent.yaml:/opt/app/policy-agent/config/application.yaml:ro a1-sim-OSC: - image: nexus3.o-ran-sc.org:10004/o-ran-sc/a1-simulator:2.1.0 + image: nexus3.o-ran-sc.org:10002/o-ran-sc/a1-simulator:2.1.0 container_name: a1-sim-OSC networks: - default @@ -52,7 +52,7 @@ services: - ALLOW_HTTP=true a1-sim-STD: - image: nexus3.o-ran-sc.org:10004/o-ran-sc/a1-simulator:2.1.0 + image: nexus3.o-ran-sc.org:10002/o-ran-sc/a1-simulator:2.1.0 container_name: a1-sim-STD networks: - default @@ -65,7 +65,7 @@ services: - ALLOW_HTTP=true a1-sim-STD-v2: - image: nexus3.o-ran-sc.org:10004/o-ran-sc/a1-simulator:2.1.0 + image: nexus3.o-ran-sc.org:10002/o-ran-sc/a1-simulator:2.1.0 container_name: a1-sim-STD-v2 networks: - default |