Small fixes

This commit is contained in:
Alexey Pustovalov 2023-04-11 19:01:34 +09:00
parent 41f300d9e5
commit 63ad00bf16
2 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,7 @@ RUN Set-Location -Path $env:SystemDrive\.; `
New-Item -Force -ItemType directory -Path $env:ZBX_HOME\modules | Out-Null; `
New-Item -Force -ItemType directory -Path $env:ZBX_HOME\buffer | Out-Null; `
`
net accounts /MaxPWAge:unlimited; `
net accounts /MaxPWAge:unlimited; `
net user /add zabbix /expire:never /passwordreq:no; `
$acl = Get-Acl -Path $env:ZBX_HOME; `
$ace = New-Object Security.AccessControl.FileSystemAccessRule ('zabbix', 'Modify', 'ContainerInherit, ObjectInherit', 'InheritOnly', 'Allow'); `

View File

@ -62,6 +62,7 @@ RUN set -eux && \
--enable-webservice \
--with-ldap \
--with-libcurl \
# Not available for CentOS 8
# --with-libmodbus \
--with-libpcre2 \
--with-libxml2 \