Shaun Newman
Results
1
comments of
Shaun Newman
We are seeing this same problem upgrading from `v2.29.2` -> `v2.29.3`. Reproducible example: ``` # compose.yml services: foo: image: foo:latest extra_hosts: - "host.docker.internal:host-gateway" ``` ``` # compose.override.yml services: foo: image:...