Skip to content

Commit 2313414

Browse files
fix: docker proxy deploy issue fixed (#834) (#835)
(cherry picked from commit 1c9daf0) Co-authored-by: Tanmoy Sarkar <57363826+tanmoysrt@users.noreply.github.com>
1 parent 4597ebe commit 2313414

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

container_manager/docker_proxy.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ func (m Manager) CreateDockerProxy(serviceName string, placementConstraints []st
8686
isUpdate = true
8787
}
8888
}
89-
}
9089

91-
if !isUpdate {
92-
return nil
90+
if !isUpdate {
91+
return nil
92+
}
9393
}
9494

9595
serviceSpec := swarm.ServiceSpec{

0 commit comments

Comments
 (0)