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
Fix volumes missing in generated compose file (#41)
* fix volume export based off of #17 (comment)
* remove unneeded space
* export volumes in addition to networks
* fix syntax error
* actuall fix syntax errors
Co-authored-by: Adam Doussan <[email protected]>
if (value!=None) and (value!="") and (value!= []) and (value!='null') and (value!= {}) and (value!="default") and (value!=0) and (value!=",") and (value!="no"):
0 commit comments