From fe544b0b74b77465c9b5da87526ebe204a32b7ff Mon Sep 17 00:00:00 2001 From: rajalakshmisv Date: Mon, 24 Jan 2022 09:44:45 +0000 Subject: [PATCH] chnaged container type Signed-off-by: rajalakshmisv Change-Id: Ie8ffd9e9a18a38ea9a35e3214444911df82598c7 --- xapp-descriptor/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json index 65bd1ec..5052cea 100644 --- a/xapp-descriptor/config.json +++ b/xapp-descriptor/config.json @@ -31,7 +31,7 @@ "ports": [ { "name": "http", - "container": "rchandler", + "container": "rc", "port": 8080, "description": "http service" }, -- 2.16.6