Merge branch 'enable-ipv6' into 'master'
Enable ipv6 See merge request openflexure/openflexure-microscope-server!53
This commit is contained in:
commit
3c27b5a6e6
1 changed files with 1 additions and 1 deletions
|
|
@ -175,4 +175,4 @@ if __name__ == "__main__":
|
|||
from labthings.server.wsgi import Server
|
||||
|
||||
server = Server(app)
|
||||
server.run(host="0.0.0.0", port=5000, debug=False, zeroconf=True)
|
||||
server.run(host="::", port=5000, debug=False, zeroconf=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue