From ca9a1dec6543a9ed1e02641ceb87f04204572b53 Mon Sep 17 00:00:00 2001 From: usr3 <50021155+usr3@users.noreply.github.com> Date: Sat, 11 Mar 2023 22:39:21 +0530 Subject: [PATCH] Correction in traefik.docker.network example (#545) --- docs/post_installation/firststeps-rp.de.md | 2 +- docs/post_installation/firststeps-rp.en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/post_installation/firststeps-rp.de.md b/docs/post_installation/firststeps-rp.de.md index 34e0dfa06..438a643cb 100644 --- a/docs/post_installation/firststeps-rp.de.md +++ b/docs/post_installation/firststeps-rp.de.md @@ -232,7 +232,7 @@ services: # Websecure ist Port 443, siehe die Datei traefik.toml wie oben. - traefik.http.routers.moo.entrypoints=websecure # Stellen Sie sicher, dass traefik das Web-Netzwerk verwendet, nicht das mailcowdockerized_mailcow-network - - traefik.docker.network=web + - traefik.docker.network=traefik_web certdumper: image: humenius/traefik-certs-dumper diff --git a/docs/post_installation/firststeps-rp.en.md b/docs/post_installation/firststeps-rp.en.md index 69b746cd1..e9c64eef1 100644 --- a/docs/post_installation/firststeps-rp.en.md +++ b/docs/post_installation/firststeps-rp.en.md @@ -234,7 +234,7 @@ services: # websecure being port 443, check the traefik.toml file liked above. - traefik.http.routers.moo.entrypoints=websecure # Make sure traefik uses the web network, not the mailcowdockerized_mailcow-network - - traefik.docker.network=web + - traefik.docker.network=traefik_web certdumper: image: humenius/traefik-certs-dumper