Use a template to replace the version tag

(cherry picked from commit 5831221c0e)
This commit is contained in:
kaiyou
2017-11-06 13:24:40 +01:00
parent ea9f3c0242
commit 2500a32234
3 changed files with 8 additions and 21 deletions

View File

@@ -19,12 +19,12 @@ Docker Compose configuration is stored in a file named
:download:`docker-compose.yml`. Additionally, Mailu
relies on a :download:`.env` file for various settings. Download
the proper template files from the git repository. To download the configuration
for the ``{{ github_version }}`` branch, use:
for the ``VERSION_TAG`` branch, use:
.. code-block:: bash
wget https://mailu.io/{{ github_version }}/_downloads/docker-compose.yml
wget https://mailu.io/{{ github_version }}/_downloads/.env
wget https://mailu.io/VERSION_TAG/_downloads/docker-compose.yml
wget https://mailu.io/VERSION_TAG/_downloads/.env
Then open the ``.env`` file to setup the mail server. Modify the ``ROOT`` setting
to match your setup directory if different from ``/mailu``.