From 1aed83e412470051b44eb09049cb9eade74f6032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Le=20Mo=C3=ABllic?= Date: Thu, 22 Feb 2024 13:54:17 +0100 Subject: [PATCH] fix default host config to 0.0.0.0 for a docker use --- configs/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/config.json b/configs/config.json index 1313959..991352f 100644 --- a/configs/config.json +++ b/configs/config.json @@ -10,7 +10,7 @@ "functions-dir": "user-files/functions/", "body-files-dir": "user-files/body-files/", "listen": { - "ip": "127.0.0.1", + "ip": "0.0.0.0", "port": "8080", "enable-tls": false, "tls-cert-path": "user-files/tls/cert.pem",