diff --git a/Dockerfiles/agent2/windows/docker-entrypoint.ps1 b/Dockerfiles/agent2/windows/docker-entrypoint.ps1 index 1fe53477d..f78ae4684 100644 --- a/Dockerfiles/agent2/windows/docker-entrypoint.ps1 +++ b/Dockerfiles/agent2/windows/docker-entrypoint.ps1 @@ -199,6 +199,7 @@ function Prepare-Zbx-Agent-Config { } else { Set-Item env:ZBX_ENABLEPERSISTENTBUFFER -Value $null + Set-Item env:ZBX_PERSISTENTBUFFERFILE -Value $null } if ([string]::IsNullOrWhitespace($env:ZBX_ENABLESTATUSPORT)) {