From 6dce6c6cf7b1f29c3eaa61fd405fa97eee9cf606 Mon Sep 17 00:00:00 2001 From: Erik Wramner Date: Fri, 7 Aug 2020 09:54:31 +0200 Subject: [PATCH] Changed stable to latest for Traefik as the code has not been merged into stable yet --- docs/content/config/security/ssl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/config/security/ssl.md b/docs/content/config/security/ssl.md index 51efb692..0ec0512f 100644 --- a/docs/content/config/security/ssl.md +++ b/docs/content/config/security/ssl.md @@ -329,7 +329,7 @@ This allows for support of wild card certificates: `"SSL_DOMAIN=*.example.com"`. version: '3.8' services: mail: - image: tvial/docker-mailserver:stable + image: tvial/docker-mailserver:latest hostname: mail domainname: example.com volumes: