localhost in wakeup script

This commit is contained in:
2025-12-18 20:08:52 +01:00
parent 74cf27980a
commit 43c09f9922
+1 -1
View File
@@ -47,4 +47,4 @@ echo -e "${GREEN}Starting uvicorn server on http://localhost:8777${NC}"
echo -e "${YELLOW}Press Ctrl+C to stop the server${NC}"
echo ""
uvicorn src.main:app --reload --host 0.0.0.0 --port 8777 2>&1 | tee "$LOG_FILE"
uvicorn src.main:app --reload --host localhost --port 8777 2>&1 | tee "$LOG_FILE"