From cb2a835d0e14744b01447645d1d0cf8157b2998f Mon Sep 17 00:00:00 2001 From: airano Date: Thu, 19 Feb 2026 02:32:08 +0330 Subject: [PATCH] fix: revert docker-compose ports for standalone users, fix endpoint path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - docker-compose: ports "8000:8000" active by default - README: fix /wordpress_advanced → /wordpress-advanced - DOCKER_README: add version 3.0.1 Co-Authored-By: Claude Opus 4.6 --- DOCKER_README.md | 2 +- README.md | 2 +- docker-compose.yaml | 17 +++++++---------- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/DOCKER_README.md b/DOCKER_README.md index e36a1dc..ac4e66f 100644 --- a/DOCKER_README.md +++ b/DOCKER_README.md @@ -2,7 +2,7 @@ **The AI-native management hub for WordPress, WooCommerce, and self-hosted services.** -596 tools across 9 plugins. Connect your sites, stores, repos, and databases — manage them all through Claude, ChatGPT, Cursor, or any MCP client. +**Version 3.0.1** — 596 tools across 9 plugins. Connect your sites, stores, repos, and databases — manage them all through Claude, ChatGPT, Cursor, or any MCP client. ## Quick Start diff --git a/README.md b/README.md index 3d00c44..8361f24 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ MCP Hub supports **Open Dynamic Client Registration** (RFC 7591). ChatGPT can au /system/mcp → System tools only (24 tools) /wordpress/mcp → WordPress tools (67 tools) /woocommerce/mcp → WooCommerce tools (28 tools) -/wordpress_advanced/mcp → WordPress Advanced tools (22 tools) +/wordpress-advanced/mcp → WordPress Advanced tools (22 tools) /gitea/mcp → Gitea tools (56 tools) /n8n/mcp → n8n tools (56 tools) /supabase/mcp → Supabase tools (70 tools) diff --git a/docker-compose.yaml b/docker-compose.yaml index ade8f53..647b261 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -8,9 +8,9 @@ # open http://localhost:8000/dashboard # web dashboard # # Port mapping: -# - Coolify: Do NOT use 'ports' — Coolify's reverse proxy handles routing. -# The 'expose' directive below is sufficient. -# - Standalone Docker: Uncomment the 'ports' section below to bind to host. +# - Standalone Docker: ports "8000:8000" works out-of-the-box. +# - Coolify: Comment out or remove the 'ports' section below. +# Coolify's reverse proxy handles routing — 'expose' is sufficient. # =================================== services: @@ -21,14 +21,11 @@ services: container_name: mcphub restart: unless-stopped - # Container exposes port 8000 to linked services / Coolify proxy - expose: - - "8000" + ports: + - "8000:8000" - # Standalone Docker: Uncomment below to access at http://localhost:8000 - # Coolify: Leave commented — Coolify's reverse proxy handles routing - # ports: - # - "8000:8000" + # Coolify users: Remove the 'ports' section above. + # Coolify's reverse proxy routes traffic to the container's exposed port. # Environment variables environment: