compose-spec / compose-go

Reference library for parsing and loading Compose YAML files
https://compose-spec.io
Apache License 2.0
355 stars 112 forks source link

fix WithProfiles to return a project wih Profiles set #607

Closed ndeloof closed 7 months ago

ndeloof commented 7 months ago

fix WithProfiles to return a project with Profiles attribute set when --profiles=* is used. Otherwise later call to WithServicesEnabled as an explicit service is passed as command argument won't get those services enabled

closes https://github.com/docker/compose/issues/11608