From 5bf5140d188dacc253d448a1d9558440d0ba7883 Mon Sep 17 00:00:00 2001 From: Leif Neland Date: Tue, 2 Jun 2020 00:55:33 +0200 Subject: [PATCH] Update firststeps-rp.md --- docs/firststeps-rp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/firststeps-rp.md b/docs/firststeps-rp.md index f54dff0ad..11b266167 100644 --- a/docs/firststeps-rp.md +++ b/docs/firststeps-rp.md @@ -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