Port number adjustments
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user