Nicolas De loof

Results 981 comments of Nicolas De loof

This file is not expected to be removed after command completion, but when executed compose command check the registered pid is alive (see https://github.com/moby/moby/blob/master/pkg/process/process_windows.go).

Can you please check the status of the process listed in the lock file ? ```powershell Get-Process -Id 146328 ```

host networking is not just a pre-defined network name, it must be enabled using network_mode: ``` services: mysql: image: mysql network_mode: host ```

I wonder this is a duplicate for https://github.com/docker/compose/issues/10796

can you please attach `docker inspect network test` output so I can check if this specific network has settings which might explain this issue ?

probably fixed by https://github.com/moby/moby/pull/46406, can you try reproducing running latest moby codebase (can use docker in docker for this purpose) ?

fix is not yet available in a released version, you have to run moby from sources (https://github.com/moby/moby, use `make run`)

since v25 you can declare mac_address _per_ network config (https://github.com/compose-spec/compose-spec/blob/master/05-services.md#mac_address).

@NonaSuomy `mac_address` attribute applies to **service**'s `networks` (which define how a service connects to a network), not the top-level element (which is used to define a network, with multiple connected...

Try running `docker compose --env-file .env_dev config` to confirm the resulting model has the expected variables interpolated