Skip to content

fix: incorrect reference to volumes attribute #568

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MasonM
Copy link
Contributor

@MasonM MasonM commented Apr 6, 2025

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 MasonM requested a review from a team as a code owner April 6, 2025 19:39
Copy link
Member

@bamurtaugh bamurtaugh left a comment

Choose a reason for hiding this comment

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

Thank you! cc @eljog for your review

@bamurtaugh bamurtaugh requested a review from eljog April 29, 2025 23:09
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.

2 participants