Add a proper INSTALL documentation

This commit is contained in:
Pierre Jaury
2016-06-12 11:32:42 +02:00
parent 45200b886b
commit 37cae069ea
3 changed files with 249 additions and 60 deletions

23
MANAGE.md Normal file
View File

@@ -0,0 +1,23 @@
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
==========================
Logs are managed by Docker directly. You can easily read your logs using :
```
docker-compose logs
```
Docker is able to forward logs to multiple log engines. Read the following documentation or details: https://docs.docker.com/engine/admin/logging/overview/.