Add arguments to the docker command to avoid the server exit

This commit is contained in:
Philippe Charrière
2024-12-31 13:40:34 +01:00
committed by GitHub
parent 0e7d79c580
commit ded263ff41

View File

@@ -117,6 +117,8 @@ Add the following to your `claude_desktop_config.json`:
"command": "docker", "command": "docker",
"args": [ "args": [
"run", "run",
"--rm",
"-i",
"-e", "-e",
"GITLAB_PERSONAL_ACCESS_TOKEN", "GITLAB_PERSONAL_ACCESS_TOKEN",
"-e", "-e",