From a9149fff5d687bc910130ce860cb56040c32fada Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Fri, 26 Apr 2024 16:11:08 +0200 Subject: [PATCH] Add the Baikal credentials to docker.md --- docs/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker.md b/docs/docker.md index debdccc0..6a6edd6a 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -39,7 +39,7 @@ In the host machine the server is accessible from `http://localhost` and the dat You can additionally access phpMyAdmin from `http://localhost:8080` (credentials are `root` / `secret`) and Mailpit from `http://localhost:8025`. -Baikal, a self-hosted CalDAV server used to develop the CalDAV syncing integration is available on `http://localhost:8100`. +Baikal, a self-hosted CalDAV server used to develop the CalDAV syncing integration is available on `http://localhost:8100` (credentials are `admin` / `admin`). **Attention:** This configuration is meant to make development easier. It is not intended to server as a production environment!