Values.DaemonVolumeSourceA data volume definition for a daemon task.
type nonrec t = {name : String_.t option;The name of the volume. Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed.
*)host : HostVolumeProperties.t option;The contents of the host parameter determine whether your bind mount host volume persists on the host container instance and where it's stored.
*)}