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