IPv6 hosted
This commit is contained in:
committed by
GitHub
parent
73297b3804
commit
732680753c
@@ -151,7 +151,7 @@ if __name__ == '__main__':
|
||||
os.chdir(os.path.dirname(os.path.realpath(__file__)))
|
||||
uvicorn.run(
|
||||
"app:app",
|
||||
host="0.0.0.0",
|
||||
host="::",
|
||||
port=FIREGEX_PORT,
|
||||
reload=DEBUG,
|
||||
access_log=True,
|
||||
|
||||
Reference in New Issue
Block a user