From 1d523c8734a0f43ae0d39a884a694ff0003a8e64 Mon Sep 17 00:00:00 2001 From: John M Date: Fri, 29 Nov 2024 22:47:09 -0600 Subject: [PATCH] Update README.md (#33) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a68f1c..197c33f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ services: - /etc/localtime:/etc/localtime:ro # Container uses date from host. environment: - DELETE_AFTER=30 - - CRON_TIME=* */24 * * * # Runs at 12:00 AM. + - CRON_TIME=0 0 * * * # Runs at 12:00 AM. - UID=1024 - GID=100 ```