Nicolas De loof
Nicolas De loof
Can you try to override the container command to just dump `/etc/otel-agent-config.yaml` ? Seems the bind mount doesn't let the container access the expected yaml content. Also please note then...
Closing as reporter didn't gave feedback Feel free to create a follow-up issue if this is still relevant, with detailed context
no worries, better let us know something goes wrong before million users get the same issue, even if this is a false negative
This was my initial intent during compose-go/v2 refactoring, but this breaks when `include` or `extends` uses variables for target file/service. Need _at least_ partial interpolation for those - I never...
A typical use: ```yaml services: prod: image: a dev: image: a-dev app: extends: ${BASE:-prod} ```
Checking this PR again I went with an alternate implementation, reusing your test case: https://github.com/compose-spec/compose-go/pull/651 wdyt ? Anyway, the current compose-spec schema declare types for many attributes which can actually...
Closing as https://github.com/compose-spec/compose-go/pull/651 has been merged
I tried to reproduce without success. I'm using: ```yaml services: app1: build: dockerfile_inline: FROM nginx develop: watch: - action: sync+restart path: . target: /tmp ``` Can you please give it...
I can't reproduce :'( ``` ✔ Container truc-caddy-reproducer-1 Created 0.1s ⦿ Watch enabled Attaching to caddy-reproducer-1 caddy-reproducer-1 | {"level":"info","ts":1742208021.9712799,"msg":"using config from file","file":"/etc/caddy/Caddyfile"} caddy-reproducer-1 | {"level":"info","ts":1742208021.9721558,"msg":"adapted config to JSON","adapter":"caddyfile"} caddy-reproducer-1 |...
Already fixed by https://github.com/docker/compose/pull/11896 AFAICT Please test latest release