-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
OSX - 'str' object does not support item assignment #127
Comments
Everything in your
We should throw a better error message here though, so I'm going to leave this open. |
There I go, not reading the documentation carefully enough. Thank you for a polite response and for taking the effort to improve the error messages. |
No worries – thanks for helping debug! |
Is there any part of the documentation that wasn't clear enough that we could improve? |
Not sure I have specific changes I would make to your docs, but I can explain how I misread them. I thought the idea of the fig.yml was to define a primary service that might happen to be backed by other, auxiliary services, like MySQL or Redis, in which case I didn't even see the |
Fixes docker#127 Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
System specs:
My fig.yml:
When running
fig up
, I get the following error:I tried removing everything from the fig.yml shy of the image entry, and the same error occurs regardless. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: