Skip to content

Commit

Permalink
Listen on all interfaces by default
Browse files Browse the repository at this point in the history
  • Loading branch information
evitalis committed Apr 2, 2017
1 parent c5d527a commit 062a948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
app.wsgi_app = ProxyFix(app.wsgi_app)

if __name__ == '__main__':
app.run()
app.run(host='0.0.0.0', port=5000)

0 comments on commit 062a948

Please sign in to comment.