From 4975899801a6706b219a8603de81a375526e9e47 Mon Sep 17 00:00:00 2001 From: Ankit Patial Date: Mon, 17 Feb 2025 20:01:32 +0530 Subject: [PATCH] mailu update instruction step addition --- mailu-setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/mailu-setup.md b/mailu-setup.md index 6a816bd..0f9f584 100644 --- a/mailu-setup.md +++ b/mailu-setup.md @@ -60,6 +60,7 @@ Update your .env file to reflect the version that you wish to install then simply pull the latest images and recreate the containers : ```bash +cd /mailu docker compose pull docker compose down docker compose -p mailu up -d