From 6639e2291ff3be3ebfc258d3f4d3a9f73dc09c1b Mon Sep 17 00:00:00 2001 From: Toni Date: Tue, 17 Mar 2020 13:32:32 +0100 Subject: [PATCH] Actual example --- crontab.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crontab.example b/crontab.example index fccbcd1..f089772 100644 --- a/crontab.example +++ b/crontab.example @@ -1 +1,3 @@ -* * * * * +# Updates the public IP log every 15 minutes +# This assumes a container with name public-ip-monitor is kept +*/15 * * * * docker exec public-ip-monitor /update