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