mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-21 18:31:30 +02:00
Small fixes
This commit is contained in:
parent
41f300d9e5
commit
63ad00bf16
@ -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\modules | Out-Null; `
|
||||||
New-Item -Force -ItemType directory -Path $env:ZBX_HOME\buffer | 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; `
|
net user /add zabbix /expire:never /passwordreq:no; `
|
||||||
$acl = Get-Acl -Path $env:ZBX_HOME; `
|
$acl = Get-Acl -Path $env:ZBX_HOME; `
|
||||||
$ace = New-Object Security.AccessControl.FileSystemAccessRule ('zabbix', 'Modify', 'ContainerInherit, ObjectInherit', 'InheritOnly', 'Allow'); `
|
$ace = New-Object Security.AccessControl.FileSystemAccessRule ('zabbix', 'Modify', 'ContainerInherit, ObjectInherit', 'InheritOnly', 'Allow'); `
|
||||||
|
@ -62,6 +62,7 @@ RUN set -eux && \
|
|||||||
--enable-webservice \
|
--enable-webservice \
|
||||||
--with-ldap \
|
--with-ldap \
|
||||||
--with-libcurl \
|
--with-libcurl \
|
||||||
|
# Not available for CentOS 8
|
||||||
# --with-libmodbus \
|
# --with-libmodbus \
|
||||||
--with-libpcre2 \
|
--with-libpcre2 \
|
||||||
--with-libxml2 \
|
--with-libxml2 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user