From b42b48b8367314f06dc6c8423bbe9c46a1073082 Mon Sep 17 00:00:00 2001 From: AndreKoepke Date: Mon, 30 Dec 2019 15:10:26 +0100 Subject: [PATCH] Update database.rst Correct keyword for postgresql-flavor --- docs/database.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/database.rst b/docs/database.rst index c7b233e5..b2526d6f 100644 --- a/docs/database.rst +++ b/docs/database.rst @@ -20,7 +20,7 @@ This images has the following features: Useful in swarm environments, since the /data directory should not be on any network filesystem (performance). -To make use of this functionality, just select *Postgresql* as database flavor. +To make use of this functionality, just select `postgresql` as database flavor. Don't select the usage of an external database. The ``docker-compose.yml`` and ``mailu.env`` will pull in ``mailu/postgresql``. This image and ``mailu/admin`` contain all the scripts to automatically setup the database.