Starting from version 1.9.8.2.10, DMS utilizes an external worker container to generate previews and parse emails.

This container requires a minimum of 4GB of free RAM in addition to the necessary overhead for Docker and other applications. Please ensure that your system meets these requirements.

The procedure:

Troubleshooting:

If the worker container constantly restarts, it may be due to an outdated Docker version.

To resolve this issue, execute a yum update. If the Docker service does not start, you may need to create or update the /etc/docker/daemon.json file with the following content:

{
"storage-driver": "devicemapper"
}


Changelog for administrators

Deploy script changelog