-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Stack deploy with volume overriding fails #1981
Comments
Seems to be related to this opened issue on Mergo. |
Also looking forward to have this fixed. Cannot merge Stack-compose file over docker-compose one. |
@cadavre @LaurentTrk I just merged the PR and released version 0.3.9. I hope it fixes this. |
I see the upstream fix was reverted in v0.3.10, because it caused regressions https://github.com/imdario/mergo/releases/tag/v0.3.10
|
Yes, sorry for that. I'll use this issue to try to find a different fix. |
No worries, thanks! |
Hi, What's the status of this ? |
Description
We are trying to deploy a stack with 2 docker-compose file, the second one overriding volume settings.
The
stack deploy
command fails with areflect.Value.Set using unaddressable value
error.Steps to reproduce the issue:
docker-compose.yml
file with the following content:docker-compose.override.yml
file with the following content:Describe the results you received:
The command fails with :
Describe the results you expected:
The
test
stack should be deployed correctly.Additional information you deem important (e.g. issue happens only occasionally):
This issue seems related to #983 and #972 .
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: