Code Review
/
nonrtric
/
plt
/
rappcatalogue.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
cf9cbae
)
Fix to expose the port outside the container
18/9918/1
author
aravind.est
<aravindhan.a@est.tech>
Mon, 19 Dec 2022 17:35:34 +0000
(17:35 +0000)
committer
Aravindhan Ayyanathan
<aravindhan.a@est.tech>
Tue, 20 Dec 2022 10:53:23 +0000
(10:53 +0000)
Issue-ID: NONRTRIC-819
Signed-off-by: aravind.est <aravindhan.a@est.tech>
Change-Id: I99891a02c4f46fd2309b373a3b6c3697b11f7969
(cherry picked from commit
2f5fab19dbe5cb01ea81a2120ed821647478ba87
)
catalogue-enhanced/src/main.py
patch
|
blob
|
history
diff --git
a/catalogue-enhanced/src/main.py
b/catalogue-enhanced/src/main.py
index
31bde13
..
978a050
100644
(file)
--- a/
catalogue-enhanced/src/main.py
+++ b/
catalogue-enhanced/src/main.py
@@
-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)