mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 21:33:18 +01:00
fixes to only running
This commit is contained in:
@@ -101,8 +101,10 @@ func (v *VictoriaIngestor) Start(ctx context.Context) error {
|
||||
}
|
||||
|
||||
for _, c := range containers {
|
||||
if c.State == "running" {
|
||||
go v.streamLogs(ctx, c)
|
||||
}
|
||||
}
|
||||
|
||||
<-ctx.Done()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user