[release] v0.11.0-unstable5

This commit is contained in:
Yann Stepienik 2023-10-22 12:25:54 +01:00
parent 7f5f87e2b6
commit 498112cb16

View file

@ -805,7 +805,7 @@ func CreateService(serviceRequest DockerServiceCreateRequest, OnLog func(string)
}
// add routes
for routeIndex, route := range container.Routes {
for _, route := range container.Routes {
// check if route already exists
exists := false
existsAt := 0