mirror of
https://github.com/traefik/traefik.git
synced 2026-06-09 08:43:26 -04:00
Fix CI Lint error
This commit is contained in:
parent
acc88a211a
commit
14ce87684a
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ func (p *DynConfBuilder) getIPAddress(ctx context.Context, container dockerData)
|
|||
}
|
||||
for _, network := range container.NetworkSettings.Networks {
|
||||
if netNotFound {
|
||||
logger.Warn().Msgf("Defaulting to first available network (%q) for container %q.", network, container.Name)
|
||||
logger.Warn().Msgf("Defaulting to first available network (%q) for container %q.", network.Name, container.Name)
|
||||
}
|
||||
return network.Addr
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue