From 85d3e4ed517a8042ae77ff4cda3bf650589134c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A6Ltorio?= Date: Thu, 4 Jul 2024 17:04:19 +0200 Subject: [PATCH] no more #3 issue --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5405942f..deaff9b3 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,6 @@ mkdir -p data docker-compose up ``` -**Note**: *There is an issue with the first start of the server. The server will not start correctly. You need to stop the server and start it again. This is a known issue and we are working on it. The issue is related to the database and config files initialization. While the server is starting, the database and config files are not yet initialized. The server will start correctly on the next starts.* - ### Default admin user The default admin user is created with the username `admin` and the password `Hello,world!`. You can change the password after the first login on the webconsole.