mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Bind to 0.0.0.0
This commit is contained in:
parent
56357e978d
commit
2425336dc4
@ -11,5 +11,5 @@ def create_app(debug=False):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
create_app().run()
|
create_app().run(host='0.0.0.0')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user