Skip to content

Commit 03a58d6

Browse files
committed
fix(docs): clarify docker volume creation in README
1 parent 481d01b commit 03a58d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Run the server using the pre-built Docker image available on GitHub Container Re
5959
- `-i`: Keep STDIN open, crucial for MCP communication over stdio.
6060
- `--rm`: Automatically remove the container when it exits.
6161
- `-e OPENAI_API_KEY="..."`: **Required.** Set your OpenAI API key.
62-
- `-v docs-mcp-data:/data`: **Required for persistence.** Mounts a Docker named volume (`docs-mcp-data` is created automatically if it doesn't exist) to the container's `/data` directory, where the database is stored. You can replace `docs-mcp-data` with a specific host path if preferred (e.g., `-v /path/on/host:/data`).
62+
- `-v docs-mcp-data:/data`: **Required for persistence.** Mounts a Docker named volume `docs-mcp-data` to the container's `/data` directory, where the database is stored. You can replace `docs-mcp-data` with a specific host path if preferred (e.g., `-v /path/on/host:/data`).
6363
- `ghcr.io/arabold/docs-mcp-server:latest`: Specifies the public Docker image to use.
6464

6565
This is the recommended approach for integrating with tools like Claude Desktop or Cline.

0 commit comments

Comments
 (0)