From 21bf256e3b74bfa6baed77f651954298213e7162 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 22 Oct 2020 00:19:13 +0200 Subject: [PATCH] Fix basic example doc --- docs/usage/basic-example.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/usage/basic-example.md b/docs/usage/basic-example.md index ac3bfd05..1494a805 100644 --- a/docs/usage/basic-example.md +++ b/docs/usage/basic-example.md @@ -26,7 +26,8 @@ services: restart: always ``` -Here we use a minimal configuration to analyze **all running containers** (watch by default enabled) of your **local Docker** instance **every 30 minutes**. +Here we use a minimal configuration to analyze **all running containers** (watch by default enabled) of +your **local Docker** instance **every 6 hours**. That's it. Now you can launch Diun with the following command: