From e67ab37383318b71bd41bf1b3c5f44c8bca2d877 Mon Sep 17 00:00:00 2001 From: Biki Kalita <86558912+Biki-dev@users.noreply.github.com> Date: Fri, 26 Dec 2025 13:22:56 +0530 Subject: [PATCH] docs: fix cross-domain configuration to offline deployment docs (#405) * docs: add cross-domain troubleshooting to offline deployment guide * make it simple * Remove common issues section from offline deployment docs Removed common issues section regarding cross-domain configuration and rebuilding after configuration changes. --- docs/offline-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/offline-deployment.md b/docs/offline-deployment.md index fd18718..8894a36 100644 --- a/docs/offline-deployment.md +++ b/docs/offline-deployment.md @@ -33,7 +33,7 @@ services: | Scenario | URL Value | |----------|-----------| | Localhost | `http://localhost:8080` | -| Remote/Server | `http://YOUR_SERVER_IP:8080` or `https://drawio.your-domain.com` | +| Remote/Server | `http://YOUR_SERVER_IP:8080` | **Do NOT use** internal Docker aliases like `http://drawio:8080`; the browser cannot resolve them.