docker / libcompose

*Unmaintained/Deprecated* An experimental go library providing Compose-like functionality
https://godoc.org/github.com/docker/libcompose
Apache License 2.0
586 stars 191 forks source link

fix faltal error when using 'group_add' key #464

Closed gitlawr closed 7 years ago

gitlawr commented 7 years ago

fix #446 Implementation is done by Josh actually. The error is caused by missing key in schema. The key 'group_add' lives in compose-file version 2 only.

gitlawr commented 7 years ago

@vdemeester Hi Vincent, can you review and merge this?