The recently released Docker Compose V2 (https://github.com/docker/compose/releases/tag/v2.0.0) introduces the following change: container names use hyphens to produce a valid hostname
This breaks the container name parsing in ExtractName in Ductus.FluentDocker/Services/Impl/DockerComposeCompositeService.cs which assumes underscores are being used (now hyphens are).