1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-02 23:17:26 +02:00

Add changelog entry.

This commit is contained in:
Dimitri Huisman 2023-03-16 18:27:20 +00:00
parent 120cd34989
commit 06ac7f507d
No known key found for this signature in database

View File

@ -0,0 +1,10 @@
Switch the container registry used for deploying images from docker.io
to ghcr.io (github).
To start using ghcr.io, regenerate your docker-compose.yml file via setup.mailu.io.
For Mailu 1.9 users:
1. docker-compose down.
2. create the file .env in the same folder as docker-compose.yml with the following contents:
DOCKER_ORG=ghcr.io/mailu
3. docker-compose up -d