wip: fix labels

This commit is contained in:
Laurence 2024-04-23 11:31:38 +01:00
parent 9e6009a2a8
commit ac298050b2
No known key found for this signature in database
GPG key ID: B053BEE3478E8FEF

View file

@ -583,7 +583,7 @@ func (d *DockerSource) TailDocker(container *ContainerConfig, outChan chan types
}
l := types.Line{}
l.Raw = line
l.Labels = d.Config.Labels
l.Labels = container.Labels
l.Time = time.Now().UTC()
l.Src = container.Name
l.Process = true