Nicolas De loof

Results 981 comments of Nicolas De loof

I'm closing this issue as obsolete: Docker Compose V1 has reached end-of-life and we are not accepting any more changes. Please try and reproduce your issue with Compose V2 and...

Code has significantly changed since 2021 on `exec` command, so closing this issue. Please create a new issue with detailed usage if you encounter a comparable gub

Compose v1 is deprecated and will be End of Life in a few months. You should switch to Compose v2 "the --mount option requires BuildKit" - check your docker daemon...

I'm closing this issue as obsolete: Docker Compose V1 has reached end-of-life and we are not accepting any more changes. Please try and reproduce your issue with Compose V2 and...

dot env file parser has been integrated in compose-go so we have more flexibility on supported format, and rules have been relaxed to support dots and comas https://github.com/compose-spec/compose-go/tree/master/dotenv

https://github.com/moby/buildkit/issues/2088#issuecomment-920837407 is fixed, so I'm closing this issue as well As a side note, you can limit the number of concurrent builds using `docker compose --parallel=X build`

@davidtrattnig if you don't want to repeat yourself you can use yaml anchors: ``` x-env: &common_env_files - .env - .env.version - .env.local services: foo: env_file: *common_env_files ```

after https://github.com/docker/compose/pull/10284 `--env-file` flag can be used in multiple occurrences to select more than one env file.