From 55b952f994f0904fbbaae3254f7e9f5e5b79546a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:57:20 +0200 Subject: [PATCH] open port 10051 for Active checks --- manifest.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 35c2e86..2d169f9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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", ]