From cb2219e2cdc76791735c3406f2b10db577936e1b Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Wed, 1 May 2024 19:23:36 +0800 Subject: [PATCH] [O] Clarify something in the readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 83e2f8fb..fd8933f6 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,9 @@ Check out these docs for more information. 2. Run `git clone https://github.com/hykilpikonna/AquaDX` to clone this repo. 3. Run `docker compose up` in the AquaDX folder. +If you're getting BAD on title server checks after the docker server is up, please edit `config/application.properties` +and change `allnet.server.host` to your LAN IP address (e.g. 192.168.0.?). You can find your LAN address using the `ipconfig` command on Windows or `ifconfig` on Linux. + ### Updating Instructions > [!NOTE]