Add the Baikal credentials to docker.md

This commit is contained in:
Alex Tselegidis 2024-04-26 16:11:08 +02:00
parent a364e777bf
commit a9149fff5d
1 changed files with 1 additions and 1 deletions

View File

@ -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!