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

Always set COMPOSE_PROJECT_NAME #628

Closed ndeloof closed 5 months ago

ndeloof commented 5 months ago

Always set COMPOSE_PROJECT_NAME based on project name being computed from various options. This enforce COMPOSE_PROJECT_NAME interpolation always get the expected value

fixes https://github.com/docker/compose/issues/11734