IPv6 hosted

This commit is contained in:
Domingo Dirutigliano
2023-09-23 15:00:40 +02:00
committed by GitHub
parent 73297b3804
commit 732680753c

View File

@@ -151,7 +151,7 @@ if __name__ == '__main__':
os.chdir(os.path.dirname(os.path.realpath(__file__))) os.chdir(os.path.dirname(os.path.realpath(__file__)))
uvicorn.run( uvicorn.run(
"app:app", "app:app",
host="0.0.0.0", host="::",
port=FIREGEX_PORT, port=FIREGEX_PORT,
reload=DEBUG, reload=DEBUG,
access_log=True, access_log=True,