From dab230e3f8b1dfe4c7109ce14033d1f73341bce1 Mon Sep 17 00:00:00 2001 From: MrErne Date: Sat, 21 Sep 2024 00:24:20 +0200 Subject: [PATCH] Update LocalRunGuide.md (#1885) Update documentation about listen IP --- LocalRunGuide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LocalRunGuide.md b/LocalRunGuide.md index 0c344203..edb136ec 100644 --- a/LocalRunGuide.md +++ b/LocalRunGuide.md @@ -257,9 +257,11 @@ To override the default configuration, you can add the following to `/.git/Stirl ```bash server: - host: 0.0.0.0 + host: 0.0.0.0 # Not working - use instead address + address: 0.0.0.0 port: 3000 ``` +'-Djava.net.preferIPv4Stack=true' --> To force ipv4 only in the java starting command **Note:** This file is created after the first application launch. To have it before that, you can create the directory and add the file yourself.