mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 17:28:31 +02:00
fix(docker): add container name to network not found error
This commit is contained in:
@@ -74,7 +74,7 @@ func (p *DockerProvider) loadRoutesImpl() (route.Routes, gperr.Error) {
|
|||||||
container := docker.FromDocker(&c, p.dockerCfg)
|
container := docker.FromDocker(&c, p.dockerCfg)
|
||||||
|
|
||||||
if container.Errors != nil {
|
if container.Errors != nil {
|
||||||
errs.Add(container.Errors)
|
errs.Add(gperr.PrependSubject(container.ContainerName, container.Errors))
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user