Nicolas De loof

Results 980 comments of Nicolas De loof

Seems to me there's a confusion here between .env file used to pass variables to compose, and `env_file` used to set container environment, which is just the exact same as...

Assuming we want to add support for "optional env_file" as you describe, this should be debated under Compose specification, and probably will better be addressed with a custom syntax to...

Please, do not try to include some pseudo-programing langage / expression in compose file format :P

This should first be debated on compose-specification

@ulwlu compose spec is public, anyone can open a proposal. If you feel this is un important topic, you're welcome to do

Have you tried Docker Compose v2? With a new golang codebase, I guess concurency is better addressed.

Tested on v2.0.0-rc.2, can't reproduce. Could you please give it a try?

Could you please download rc2 from https://github.com/docker/compose-cli/releases and install under $HOME/.docker/cli-plugins to confirm you can't reproduce this issue anymore with rc2 ?

issue is caused by https://github.com/ulyssessouza/godotenv/commit/d3051d55ab344e4765ca2a8f8c47a9996b658905 cc @ulyssessouza