Update devcontainer.json

removed timeout
This commit is contained in:
Pikachú 2024-08-15 19:12:08 +03:00 committed by GitHub
parent 0ba9848fc3
commit e63453fa84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
"dockerfile": "Dockerfile",
"args": {
"NODE_VERSION": "lts/*",
"DOCKER_CLIENT_TIMEOUT": "120",
"COMPOSE_HTTP_TIMEOUT": "120"
"DOCKER_CLIENT_TIMEOUT": "",
"COMPOSE_HTTP_TIMEOUT": ""
}
},
"hostRequirements": {