You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Add instructions about setting up the environment
This commit is contained in:
13
README.md
13
README.md
@@ -28,8 +28,8 @@ The mail infrastructure is based on a standard MTA-LDA pattern :
|
||||
|
||||

|
||||
|
||||
How-to run your mail server
|
||||
===========================
|
||||
Running a mail server
|
||||
=====================
|
||||
|
||||
*Please note that this project is still in a very early stage. Do not use for
|
||||
production!*
|
||||
@@ -39,14 +39,17 @@ through a ``docker-compose.yml`` configuration file that requires Docker Compose
|
||||
to run.
|
||||
|
||||
First, follow instructions at https://docs.docker.com to setup Docker and Docker
|
||||
Compose properly for your system. Then download the main configuration file:
|
||||
Compose properly for your system. Then download the main configuration files:
|
||||
|
||||
```
|
||||
wget https://raw.githubusercontent.com/kaiyou/freeposte.io/master/docker-compose.yml
|
||||
wget https://raw.githubusercontent.com/kaiyou/freeposte.io/master/freeposte.env
|
||||
```
|
||||
|
||||
This file contains instructions about which containers to run and how they will
|
||||
interact. You should also create a data directory. Freeposte will use ``/data``
|
||||
The ``docker-compose.yml`` file contains instructions about which containers to run and how they will
|
||||
interact. ``freeposte.env`` is the main configuration file. You must read it and provide proper configuration before running the server.
|
||||
|
||||
You will also need to create a data directory. Freeposte will use ``/data``
|
||||
as a sane default:
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user