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

Commit 454992b

Browse files
authored
Fixed incorrect default mount
1 parent afa4c98 commit 454992b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)