File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
2222
2323 volumes :
2424 # Update this to wherever you want VS Code to mount the folder of your project
25- - ./compose :/compose:cached
25+ - ./:/compose:cached
2626
2727 # Uncomment the next line to use Docker from inside the container. See https://aka.ms/vscode-remote/samples/docker-from-docker-compose for details.
2828 # - /var/run/docker.sock:/var/run/docker.sock
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
2222
2323 volumes :
2424 # Update this to wherever you want VS Code to mount the folder of your project
25- - ./store :/neurostore:cached
25+ - ./:/neurostore:cached
2626
2727 # Uncomment the next line to use Docker from inside the container. See https://aka.ms/vscode-remote/samples/docker-from-docker-compose for details.
2828 # - /var/run/docker.sock:/var/run/docker.sock
You can’t perform that action at this time.
0 commit comments