Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit b8c9a52

Browse files
committed
2 parents 5f9d0ae + f62be35 commit b8c9a52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

containers/docker-existing-docker-compose/.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323

2424
volumes:
2525
# Update this to wherever you want VS Code to mount the folder of your project
26-
- ..:/workspace
26+
- .:/workspace
2727

2828
# Uncomment the next line to use Docker from inside the container. See https://aka.ms/vscode-remote/samples/docker-in-docker-compose for details.
2929
# - /var/run/docker.sock:/var/run/docker.sock

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-dev-containers",
3-
"version": "0.31.0",
3+
"version": "0.33.0",
44
"description": "VS Code Dev Containers: Definitions and Templates",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)