Fix to expose the port outside the container 93/10193/1 1.0.1
authoraravind.est <aravindhan.a@est.tech>
Mon, 19 Dec 2022 17:35:34 +0000 (17:35 +0000)
committeraravind.est <aravindhan.a@est.tech>
Mon, 19 Dec 2022 17:35:34 +0000 (17:35 +0000)
Issue-ID: NONRTRIC-819
Signed-off-by: aravind.est <aravindhan.a@est.tech>
Change-Id: I99891a02c4f46fd2309b373a3b6c3697b11f7969

catalogue-enhanced/src/main.py

index 31bde13..978a050 100644 (file)
@@ -46,4 +46,4 @@ if len(sys.argv) >= 2 and isinstance(sys.argv[1], int):
 app.add_api('rapp-catalogue-enhanced.yaml')
 
 if __name__ == '__main__':
-  app.run(port=port_number, host="127.0.0.1", threaded=False)
+  app.run(port=port_number, host="0.0.0.0", threaded=False)