From 5ab720d7093d14f1b57bf7317e16131e8ec766c0 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 14 Feb 2024 10:21:51 +0100 Subject: [PATCH] docs: remove outdated information --- docs/content/doc/setup/full-docker-example.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/content/doc/setup/full-docker-example.md b/docs/content/doc/setup/full-docker-example.md index 59883964a..80c5e4cf6 100644 --- a/docs/content/doc/setup/full-docker-example.md +++ b/docs/content/doc/setup/full-docker-example.md @@ -48,10 +48,6 @@ db: You'll also need to change the `VIKUNJA_DATABASE_TYPE` to `postgres` on the api container declaration. -
-NOTE: The mariadb container can sometimes take a while to initialize, especially on the first run. During this time, the api container will fail to start at all. It will automatically restart every few seconds. -
- ## Sqlite Vikunja supports postgres, mysql and sqlite as a database backend. The examples on this page use mysql with a mariadb container.