fix : docker on windows

This commit is contained in:
martin
2025-06-14 00:30:14 +02:00
parent 01a27c10ad
commit a6cf09673b
5 changed files with 14 additions and 13 deletions
+2 -2
View File
@@ -255,5 +255,5 @@ if __name__ == "__main__":
if envport:
port = int(envport)
else:
port = 8000
uvicorn.run(api, host="0.0.0.0", port=8000)
port = 7777
uvicorn.run(api, host="0.0.0.0", port=7777)