diff --git a/README.md b/README.md index 22e8ecba..e3353a2e 100644 --- a/README.md +++ b/README.md @@ -325,7 +325,6 @@ By default, Archon services run on the following ports: - **archon-mcp**: 8051 - **archon-agents**: 8052 (optional) - **archon-agent-work-orders**: 8053 (optional) -- **archon-docs**: 3838 (optional) ### Changing Ports @@ -338,7 +337,6 @@ ARCHON_SERVER_PORT=8181 ARCHON_MCP_PORT=8051 ARCHON_AGENTS_PORT=8052 AGENT_WORK_ORDERS_PORT=8053 -ARCHON_DOCS_PORT=3838 ``` Example: Running on different ports: