From 0460ab9c4ddc21b384eecab2b10e242ba57d3084 Mon Sep 17 00:00:00 2001 From: Stephan Sokolow Date: Fri, 13 Feb 2026 21:26:33 +0000 Subject: [PATCH] Add warning for Docker users to networking.md Add an admonition to prevent the mistake I made because I forgot about how Docker affects the logical network topology. --- docs/networking.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/networking.md b/docs/networking.md index ca96b5914..0569e47d7 100644 --- a/docs/networking.md +++ b/docs/networking.md @@ -36,6 +36,8 @@ You need to make sure that your **authserver** application directs incoming conn - Similar to the Public IP address, it's likely that you'll need to set up port forwards if you're hosting from a home network. - Additionally, you'll need to configure DNS to point to the server's public IP address. Setting up DNS is out of the scope of this guide, though your domain registrar or dynamic DNS provider should have this documentation available. +{% include warning.html content="Do not change the localAddress field from its default value if using Docker." %} + {% include note.html content="If you are using HeidiSQL, make sure you are in the Data tab when you edit values." %} - MySQL CLI Commands (This step is not needed if you used a MySQL Manager like HeidiSQL)