mirror of
https://github.com/optim-enterprises-bv/Mailu-OIDC.git
synced 2025-10-30 01:32:22 +00:00
Simplify docker image replacement documentation
This commit is contained in:
10
README.md
10
README.md
@@ -57,12 +57,10 @@ Main features include:
|
||||
|
||||
### Replacing Docker Images
|
||||
|
||||
Every Docker image from the organization [`mailu`](https://hub.docker.com/u/mailu)
|
||||
must be replaced with an image from the organization [`heviat`](https://github.com/orgs/heviat/packages)
|
||||
at GitHub Container Registry - e.g. [`mailu/admin`](https://hub.docker.com/r/mailu/admin)
|
||||
becomes [`ghcr.io/heviat/admin`](https://ghcr.io/heviat/admin). To do so, you
|
||||
can simply place a `.env` file in the project directory and set `DOCKER_ORG`
|
||||
and `MAILU_VERSION` environment variables matching our Docker images:
|
||||
To use the OIDC-enabled Mailu images, the Docker images have to be downloaded
|
||||
from `ghcr.io/heviat` instead of `ghcr.io/mailu`. To do so, you can simply
|
||||
place a `.env` file in the installation directory and set `DOCKER_ORG` and
|
||||
`MAILU_VERSION` environment variables matching our Docker images:
|
||||
|
||||
Example `.env` file:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user