diff options
Diffstat (limited to 'auth/auth-service/src/main')
-rw-r--r-- | auth/auth-service/src/main/resources/docker-compose/docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth/auth-service/src/main/resources/docker-compose/docker-compose.yml b/auth/auth-service/src/main/resources/docker-compose/docker-compose.yml index 501bb308..eb96e503 100644 --- a/auth/auth-service/src/main/resources/docker-compose/docker-compose.yml +++ b/auth/auth-service/src/main/resources/docker-compose/docker-compose.yml @@ -1,4 +1,4 @@ -#-------------------------------------------------------------------------------
+#-------------------------------------------------------------------------------
# ============LICENSE_START====================================================
# * org.onap.aaf
# * ===========================================================================
@@ -22,7 +22,7 @@ version: '2'
services:
aaf_container:
- image: onap/aaf/authz-service:1.0.1-SNAPSHOT
+ image: nexus3.onap.org:10001/onap/aaf/authz-service:1.0.1-SNAPSHOT
ports:
- "8101:8101"
|