Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit c1405ae

Browse files
authored
Merge pull request #1126 from ndeloof/main
We actually support volume labels and driver_opts
2 parents 240e62c + 609eeb0 commit c1405ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

local/compose/create.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,6 @@ func (s *composeService) ensureVolume(ctx context.Context, volume types.VolumeCo
512512
eventName := fmt.Sprintf("Volume %q", volume.Name)
513513
w := progress.ContextWriter(ctx)
514514
w.Event(progress.CreatingEvent(eventName))
515-
// TODO we miss support for driver_opts and labels
516515
_, err := s.apiClient.VolumeCreate(ctx, volume_api.VolumeCreateBody{
517516
Labels: volume.Labels,
518517
Name: volume.Name,

0 commit comments

Comments
 (0)