Explorar el Código

open port 10051 for Active checks

Éric Gaspar hace 1 año
padre
commit
55b952f994
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      manifest.toml

+ 3 - 1
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",
     ]