diff --git a/api/http/proxy/factory/docker.go b/api/http/proxy/factory/docker.go index e916aa449..0b43f59da 100644 --- a/api/http/proxy/factory/docker.go +++ b/api/http/proxy/factory/docker.go @@ -57,15 +57,6 @@ func (factory *ProxyFactory) newDockerHTTPProxy(endpoint *portainer.Endpoint) (h endpointURL.Scheme = "https" } - snapshot, err := factory.dataStore.Snapshot().Snapshot(endpoint.ID) - if err != nil { - return nil, err - } - - if snapshot.Docker != nil { - endpoint.Snapshots = []portainer.DockerSnapshot{*snapshot.Docker} - } - transportParameters := &docker.TransportParameters{ Endpoint: endpoint, DataStore: factory.dataStore,