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.