From e80bcfbfd047807aaee35141c9c51aaa53a312f2 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Sat, 7 May 2022 17:28:51 +0200 Subject: [PATCH] Clarify that upgrades require a container restart --- docs/maintain.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/maintain.rst b/docs/maintain.rst index ffb51a50..1c6e20ae 100644 --- a/docs/maintain.rst +++ b/docs/maintain.rst @@ -15,6 +15,7 @@ simply pull the latest images and recreate the containers : .. code-block:: bash docker-compose pull + docker-compose down docker-compose up -d Monitoring the mail server