Update devcontainer.json

add timeout 
"DOCKER_CLIENT_TIMEOUT": "120",
      "COMPOSE_HTTP_TIMEOUT": "120"
This commit is contained in:
Lee Stott 2024-08-13 21:59:17 +01:00 committed by GitHub
parent a33b57c4e9
commit d539b13a63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@
"context": "..",
"dockerfile": "Dockerfile",
"args": {
"NODE_VERSION": "lts/*"
"NODE_VERSION": "lts/*",
"DOCKER_CLIENT_TIMEOUT": "120",
"COMPOSE_HTTP_TIMEOUT": "120"
}
},
"hostRequirements": {