From bc44b8381961e92aad73c47b78a2e060e22d6769 Mon Sep 17 00:00:00 2001 From: kaiyou Date: Thu, 2 Nov 2017 20:16:07 +0100 Subject: [PATCH] Update links for the compose setup --- docs/compose/setup.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/compose/setup.rst b/docs/compose/setup.rst index b3d12de9..c03bdd81 100644 --- a/docs/compose/setup.rst +++ b/docs/compose/setup.rst @@ -21,14 +21,14 @@ Download the proper template files from the git repository. For `stable`: .. code-block:: bash - wget -O docker-compose.yml https://raw.githubusercontent.com/Mailu/Mailu/stable/docker-compose.yml.dist - wget -O .env https://raw.githubusercontent.com/Mailu/Mailu/stable/.env.dist + wget -O docker-compose.yml https://raw.githubusercontent.com/Mailu/Mailu/stable/docs/compose/docker-compose.yml.dist + wget -O .env https://raw.githubusercontent.com/Mailu/Mailu/stable/docs/compose/.env.dist For the latest version (replace with version number otherwise): .. code-block:: bash - wget -O docker-compose.yml https://raw.githubusercontent.com/Mailu/Mailu/master/docker-compose.yml.dist - wget -O .env https://raw.githubusercontent.com/Mailu/Mailu/master/.env.dist + wget -O docker-compose.yml https://raw.githubusercontent.com/Mailu/Mailu/master/docs/compose/docker-compose.yml.dist + wget -O .env https://raw.githubusercontent.com/Mailu/Mailu/master/docs/compose/.env.dist Then open the ``.env`` file to setup the mail server. Modify the ``ROOT`` setting to match your setup directory if different from ``/mailu``.