From 52ddb57dc57ffd2b03c77aed194a639925394b11 Mon Sep 17 00:00:00 2001 From: Johan Smits Date: Fri, 28 Jul 2017 18:54:16 +0200 Subject: [PATCH] Add the update and cleanup to the FAQ page --- docs/content/config/troubleshooting/faq.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/content/config/troubleshooting/faq.md b/docs/content/config/troubleshooting/faq.md index 442345b9..e23631f4 100644 --- a/docs/content/config/troubleshooting/faq.md +++ b/docs/content/config/troubleshooting/faq.md @@ -97,4 +97,9 @@ warning: connect to Milter service inet:localhost:8893: Connection refused warning: connect to Milter service inet:localhost:8891: Connection refused # DKIM not running # => /etc/init.d/opendkim restart -``` \ No newline at end of file +``` + +### What about updates + +You can of course use a own script or every now and then pull && stop && rm && start the images but there are tools available for this. +There is a page in the [Update and cleanup](../Update-and-cleanup) wiki page that explains how to use it the docker way. \ No newline at end of file