fix: update dev container name to match service name

This commit is contained in:
Mason Daugherty 2025-07-27 22:30:16 -04:00
parent 5f5b87e9a3
commit 5295f2add0
No known key found for this signature in database

View File

@ -2,7 +2,7 @@
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-docker-compose
{
// Name for the dev container
"name": "langchain-py",
"name": "langchain",
// Point to a Docker Compose file
"dockerComposeFile": "./docker-compose.yaml",
// Required when using Docker Compose. The name of the service to connect to once running