forked from Hithomelabs/CFTunnels
Hithomelabs/CFTunnels#: Set Prune=true in redeployGitStack to fix container name conflict
This commit is contained in:
parent
cd270084ad
commit
45e089e12d
@ -247,7 +247,7 @@ public class PortainerApiClient {
|
||||
throw new PortainerDeploymentException("Endpoint ID must not be null");
|
||||
}
|
||||
|
||||
PortainerRedeployRequest body = new PortainerRedeployRequest(pullImage, false, env);
|
||||
PortainerRedeployRequest body = new PortainerRedeployRequest(pullImage, true, env);
|
||||
HttpEntity<PortainerRedeployRequest> entity = new HttpEntity<>(body, buildAuthHeaders());
|
||||
|
||||
try {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user