Nicolas De loof
Nicolas De loof
@clementgoclock this is a distinct issue, please fill another one so we can track it. AFAICT this one would be hard to address, as you expect (higher-priority) environment to be...
I hardly imagine a scenario this would be of any benefit. Do you have any real-world example this could be useful?
Please use `docker inspect` to capture container state when you see it stuck in this "restarting" state. Do you have depends_on relations between services ?
Please use english for issue reports, as already requested.
if docker inspect hangs, as it seems according to your screenshot, then you have an issue with your docker engine. Issue is not related to compose. Please check engine logs...
Sounds like https://github.com/docker/compose/issues/11601, maybe related to a Docker Engine issue. Can you give latest release a try, 25.0.4 at least includes some relevant networking fixes, see [Moby v25.0.4](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A25.0.4)
Can you please clarify the need for second volume `subdir` as this one is already nested inside a volume _and_ is mounted inside container as same subdir? Also, as you...
> Yes in the current setup the volume in necessary as it must be populated with as directory tree at first start. right, but in your `docker run ..` reproduction...
env file is indeed read once early as compose command is executed (as some COMPOSE_XX variables can be declared and change the model loading logic), then again while parsing with...
if removal for COMPOSE_MENU require `--menu=false` to be added to all our e2e test I'd prefer we keep the variable!