We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Documentation says:
Volume mounts with path will be rejected. Docker compose doesn't support sub-path mounts for Docker volumes."
this isn't true (since compose-spec/compose-go#594)
- type: volume source: foo target: /app volume: subpath: etc/settings
The text was updated successfully, but these errors were encountered:
hah! well spotted @ndeloof and thanks for the contribution to compose 👍 We'll get this fixed up.
Sorry, something went wrong.
also, feel free to add score-compose to the list of users for compose-go library on https://github.com/compose-spec/compose-go?tab=readme-ov-file#used-by
👍 Done in compose-spec/compose-go#660
astromechza
Successfully merging a pull request may close this issue.
Documentation says:
this isn't true (since compose-spec/compose-go#594)
The text was updated successfully, but these errors were encountered: