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

Commit

Permalink
Fixed incorrect default mount
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel authored Oct 3, 2019
1 parent afa4c98 commit 454992b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:

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

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

0 comments on commit 454992b

Please sign in to comment.