diff --git a/pkg/compose/create.go b/pkg/compose/create.go index 241ab1f40..66b052eb4 100644 --- a/pkg/compose/create.go +++ b/pkg/compose/create.go @@ -307,6 +307,7 @@ func (s *composeService) getCreateConfigs(ctx context.Context, hostConfig := container.HostConfig{ AutoRemove: opts.AutoRemove, + Annotations: service.Annotations, Binds: binds, Mounts: mounts, CapAdd: strslice.StrSlice(service.CapAdd),