From 602afa6c5ab399aefa7caa8940e634838f1ec206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 23 Feb 2024 10:23:10 +0100 Subject: [PATCH] try another default port --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 5fad362..0f45e73 100644 --- a/manifest.toml +++ b/manifest.toml @@ -60,6 +60,6 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen admin.additional_urls = ["/webmin"] [resources.ports] - web_admin.default = 9220 + web_admin.default = 8000 local_bma.default = 10901 local_ws2p.default = 20901