Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
add timeout 
"DOCKER_CLIENT_TIMEOUT": "120",
      "COMPOSE_HTTP_TIMEOUT": "120"
  • Loading branch information
leestott authored Aug 13, 2024
1 parent a33b57c commit d539b13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"context": "..",
"dockerfile": "Dockerfile",
"args": {
"NODE_VERSION": "lts/*"
"NODE_VERSION": "lts/*",
"DOCKER_CLIENT_TIMEOUT": "120",
"COMPOSE_HTTP_TIMEOUT": "120"
}
},
"hostRequirements": {
Expand Down

0 comments on commit d539b13

Please sign in to comment.