1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

open port 10051 for Active checks

This commit is contained in:
Éric Gaspar 2024-06-18 14:57:20 +02:00
parent 56b7e1e948
commit 36921abd6a

View file

@ -60,6 +60,9 @@ ram.runtime = "200M"
[resources.permissions]
main.url = "/"
[resources.ports]
active-checks.default = 10051
[resources.apt]
packages = [
"libapr1",
@ -86,7 +89,6 @@ ram.runtime = "200M"
"libssh-4",
"php7.4-fpm",
"php7.4-bcmath",
"mariadb-server",
]