1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-05-29 23:07:50 +02:00

Update reverse.rst

This commit is contained in:
Florent Daigniere 2023-08-13 08:03:31 +02:00 committed by GitHub
parent 0cd2cbfa72
commit 497eb867c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ Traefik as reverse proxy
In your docker-compose.yml, add a section like follows:
.. code-block:: yaml
reverse-proxy:
# The official v2 Traefik docker image
image: traefik:v2.10
@ -56,6 +57,7 @@ In your docker-compose.yml, add a section like follows:
and then add the following to the front section:
.. code-block:: yaml
labels:
- "traefik.enable=true"