Skip to content

Commit 1ea46e8

Browse files
committed
docs: update Docker usage instructions use with interactive mode
1 parent 62e8a3c commit 1ea46e8

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
@@ -58,7 +58,7 @@ or with the Docker image:
5858
"mcpServers": {
5959
"nodejs-api-docs": {
6060
"command": "docker",
61-
"args": ["run", "--rm", "--init", "-e", "DOCKER_CONTAINER=true", "ghcr.io/lirantal/mcp-server-nodejs-api-docs:latest"]
61+
"args": ["run", "-i", "--rm", "--init", "-e", "DOCKER_CONTAINER=true", "ghcr.io/lirantal/mcp-server-nodejs-api-docs:latest"]
6262
}
6363
}
6464
}

0 commit comments

Comments
 (0)