Skip to content

Commit 5295f2a

Browse files
committed
fix: update dev container name to match service name
1 parent 5f5b87e commit 5295f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-docker-compose
33
{
44
// Name for the dev container
5-
"name": "langchain-py",
5+
"name": "langchain",
66
// Point to a Docker Compose file
77
"dockerComposeFile": "./docker-compose.yaml",
88
// Required when using Docker Compose. The name of the service to connect to once running

0 commit comments

Comments
 (0)