compose-go icon indicating copy to clipboard operation
compose-go copied to clipboard

fix ability to override values set in env file by interpolation

Open ndeloof opened this issue 6 months ago • 0 comments

as we process env file, need to resolve interpolation variables from the env bine processed, which includes both env parsed from earlier file + variables read from previous lines in file. Still, values set by os.Env have higher precedence

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

ndeloof avatar Jun 04 '25 07:06 ndeloof