You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you expect this to work? I guess docker run -l <container> would also fail.
I think that should be tackled when validating a configuration (#129).
edit: ignore my remark, i think your PR is the better solution than throwing an error, since more flexible configuration possibilities may lead to empty lists.
The following config drives compose crazy:
Altough this is valid YAML., compose raises the following Exception:
TypeError: 'NoneType' object is not iterable
This should be allowed.
The text was updated successfully, but these errors were encountered: