diff --git a/docs/firststeps-rp.md b/docs/firststeps-rp.md index 2392edd31..11b266167 100644 --- a/docs/firststeps-rp.md +++ b/docs/firststeps-rp.md @@ -199,6 +199,8 @@ services: # Specifies which entrypoint (external port) should traefik listen to, for this container. # websecure being port 443, check the traefik.toml file liked above. - traefik.http.routers.moo.entrypoints=secure + # Make sure traefik uses the web network, not the mailcowdockerized_mailcow-network + - traefik.docker.network=web certdumper: image: humenius/traefik-certs-dumper @@ -245,4 +247,4 @@ postfix_c=$(docker ps -qaf name=postfix-mailcow) dovecot_c=$(docker ps -qaf name=dovecot-mailcow) nginx_c=$(docker ps -qaf name=nginx-mailcow) docker restart ${postfix_c} ${dovecot_c} ${nginx_c} -``` \ No newline at end of file +```