-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
AttributeError: 'list' object has no attribute 'items' for all docker-compose commands #1677
Comments
Probably related to #129. Please include the version you're using and possibly the rest of the stack trace. |
It works if I remove the db portion.
The rest of the traceback looks like
I'm pretty sure you're right about it being related to #129 but I'll include details for people possibly running into similar problems |
We've fixed some bugs around environment variables in the last couple of releases. I'd suggest trying with version 1.3.0 to see if it's fixed. |
the 1.3.1 release fixes this issue |
Every docker-compose command fails with
AttributeError: 'list' object has no attribute 'items'
My docker-compose looks like this:
The text was updated successfully, but these errors were encountered: