Skip to content

fix: incorrect reference to volumes attribute - #568

Open
Mason Malone (MasonM) wants to merge 1 commit into
devcontainers:mainfrom
MasonM:fix-reference
Open

fix: incorrect reference to volumes attribute#568
Mason Malone (MasonM) wants to merge 1 commit into
devcontainers:mainfrom
MasonM:fix-reference

Conversation

@MasonM

@MasonM Mason Malone (MasonM) commented Apr 6, 2025

Copy link
Copy Markdown
Contributor

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.

`mounts` is not a valid attribute in Docker Compose files. I'm assuming this
is a typo for
[`volumes`](https://docs.docker.com/reference/compose-file/services/#volumes).

Signed-off-by: Mason Malone <651224+MasonM@users.noreply.github.com>
@MasonM
Mason Malone (MasonM) requested a review from a team as a code owner April 6, 2025 19:39

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! cc Eljo George (@eljog) for your review

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks cutie

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks cutie

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks cutie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants