spec icon indicating copy to clipboard operation
spec copied to clipboard

fix: incorrect reference to `volumes` attribute

Open MasonM opened this issue 9 months ago • 0 comments

mounts is not a valid attribute in Docker Compose files. I'm assuming this is a typo for volumes.

This matches the VS Code documentation (which has a broken link that I fixed here):

If you have not done so already, you can "bind" mount your local source code into the container using the volumes list in your Docker Compose file.

MasonM avatar Apr 06 '25 19:04 MasonM