From 4fed0d4895bbda0eb5e63fb978435058885016c7 Mon Sep 17 00:00:00 2001 From: Stijn Balk Date: Fri, 5 Dec 2025 17:07:48 +0100 Subject: [PATCH] Update docker.md with localhost url add localhost url for thoughtless deployment --- docs/install/platform/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/platform/docker.md b/docs/install/platform/docker.md index 1f75bfe..8b02aec 100644 --- a/docs/install/platform/docker.md +++ b/docs/install/platform/docker.md @@ -39,7 +39,7 @@ $ docker logs stalwart 🔑 Your administrator account is 'admin' with password 'w95Yuiu36E'. ``` -With this information, you can log in to the web interface at `http://yourserver.org:8080/login`. +With this information, you can log in to the web interface at `http://yourserver.org:8080/login` or `http://localhost:8080/login` if you're deploying localy. ### Choose where to store your data