cli/compose: Handle Volume Subpath
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
@ -67,6 +67,7 @@ func handleVolumeToMount(
|
||||
|
||||
if volume.Volume != nil {
|
||||
result.VolumeOptions.NoCopy = volume.Volume.NoCopy
|
||||
result.VolumeOptions.Subpath = volume.Volume.Subpath
|
||||
}
|
||||
|
||||
if stackVolume.Name != "" {
|
||||
|
||||
Reference in New Issue
Block a user