You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-25 22:12:28 +02:00
Add instructions about upgrading
This commit is contained in:
12
README.md
12
README.md
@@ -62,6 +62,18 @@ Otherwise, simply edit the ``docker-compose.yml`` to match your requirements. Fi
|
|||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Upgrading the mail server
|
||||||
|
=========================
|
||||||
|
|
||||||
|
First check upstream for changes in the ``docker-compose.yml`` or in the
|
||||||
|
``freeposte.env`` files. Update these files, then simply pull the latest
|
||||||
|
images and recreate the containers :
|
||||||
|
|
||||||
|
```
|
||||||
|
docker-compose pull
|
||||||
|
docker-compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
Monitoring the mail server
|
Monitoring the mail server
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user