Guillaume Lours
Guillaume Lours
> unifying Docker build files for development and production by utilizing docker compose watch. Not sure to get your point here, Compose watch is designed for development purpose. If you...
IIUC there is an ambiguity with the following sentence which doesn't clearly explain that the YAML file expected is in fact a Compose file > A Bake file can be...
Hello @torarnv I tried to reproduce your issue, in between we released a signifiant number of Compose release and I'm not able to reproduce your issue ``` caddy-reproducer-1 | {"level":"info","ts":1744638529.4268618,"logger":"tls","msg":"finished...
Hey @solvingj Yes we're on Mac arm. Did you get any feedback from your colleagues?
Hello @lionello It seems there is some conflicts to be resolved before we can merge the PR, can you handle this? 
Hey @i-ky You can look to Compose [official documentation](https://docs.docker.com/compose/how-tos/environment-variables/variable-interpolation/) for more details
Hello @grzegorzb1990 I tried to reproduce, but without experiencing the same behaviour (on Mac first, I'll try on a Windows machin soon) ``` ~/tmp/issue-12714 > bat --decorations=never compose.yaml 11:29:23 services:...
Hello 👋 We just opened a [PR](https://github.com/docker/compose/pull/12062) to fix this
@danrot if you don't want to show this menu at all you can set the env variable `COMPOSE_MENU` to `false` to turn off the feature `Show CLI hints` are a...
FYI @cpuguy83, we won't be able to update the Compose to support the new `StartInterval` attribute until the `25.0.0` is released as we use the [`HealthConfig` struct](https://github.com/moby/moby/blob/0c6b61665668fa68538a630d341ad56e53817162/api/types/container/config.go#L36) to pass all...