From ef5fb3e1da918aee229cde25bb203b233eae3167 Mon Sep 17 00:00:00 2001 From: Theis Gaedigk Date: Fri, 10 Jul 2026 08:13:00 +0200 Subject: [PATCH] docs: edit installation documentation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 71446af..56ee99f 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,12 @@ Username: admin Password: admin ``` +The docker config exposes the frontend on port `80`. Therefore, you can access the web page either on +`http://localhost`, if you hosted it on your local machine, or under the IP-Adress or hostname of your server. + +If port `80` is occupied, you can change the docker-compose. Therefore, take a look +at [Change Port Config](.github/docs/docker/README.md#ports). + _Keep in mind that you should change the password later in the settings page._ > **Note** If errors occur get yourself some help in the [error code page](./.github/docs/error/README.md).