Update firststeps-rp.md

Dieser Commit ist enthalten in:
Leif Neland 2020-06-02 00:55:33 +02:00 committet von GitHub
Ursprung 64278e7163
Commit 5bf5140d18
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -187,7 +187,7 @@ services:
labels:
- traefik.enable=true
# Creates a router called "moo" for the container, and sets up a rule to link the container to certain rule,
# in this case, a Host rule with our MAILCOW_HOStraefik.docker.network=proxyTNAME var.
# in this case, a Host rule with our MAILCOW_HOSTNAME var.
- traefik.http.routers.moo.rule=Host(`${MAILCOW_HOSTNAME}`)
# Enables tls over the router we created before.
- traefik.http.routers.moo.tls=true