mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-29 06:23:20 +00:00
fix: update dev container name to match service name
This commit is contained in:
parent
5f5b87e9a3
commit
5295f2add0
@ -2,7 +2,7 @@
|
|||||||
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-docker-compose
|
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-docker-compose
|
||||||
{
|
{
|
||||||
// Name for the dev container
|
// Name for the dev container
|
||||||
"name": "langchain-py",
|
"name": "langchain",
|
||||||
// Point to a Docker Compose file
|
// Point to a Docker Compose file
|
||||||
"dockerComposeFile": "./docker-compose.yaml",
|
"dockerComposeFile": "./docker-compose.yaml",
|
||||||
// Required when using Docker Compose. The name of the service to connect to once running
|
// Required when using Docker Compose. The name of the service to connect to once running
|
||||||
|
Loading…
Reference in New Issue
Block a user