Port number adjustments
All checks were successful
CVE Scan & Docker Build / security-scan (push) Successful in 50s
CVE Scan & Docker Build / build-and-push (push) Successful in 56s

This commit is contained in:
2026-05-03 19:56:01 -04:00
parent 7185d326eb
commit 72bd4b381d
3 changed files with 4 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ case "$1" in
# FastMCP over Streamable HTTP at /mcp/, mounted by mnemosyne.asgi.
exec uvicorn \
--host 0.0.0.0 \
--port 22091 \
--port 8001 \
--workers "${UVICORN_WORKERS:-1}" \
mnemosyne.asgi:app
;;