1 write to Type
Aspire.Hosting.Docker (1)
DockerComposeEnvironmentContext.cs (1)
104Type = mount.Type == ContainerMountType.BindMount ? "bind" : "volume",
1 reference to Type
Aspire.Hosting.Docker (1)
DockerComposePublishingContext.cs (1)
208foreach (var volume in serviceResource.Volumes.Where(volume => volume.Type != "bind"))