We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4a92d1 + 4e15ead commit 8af58d5Copy full SHA for 8af58d5
opensciencegrid/logrotate/Dockerfile
@@ -2,8 +2,8 @@ FROM almalinux:9
2
3
LABEL maintainer OSG Software <help@osg-htc.org>
4
5
-# Run Logrotate once per hour
6
-ENV CRON_EXPR="0 * * * *"
+# Run Logrotate every five minutes
+ENV CRON_EXPR="*/5 * * * *"
7
# Extra options to logrotate (if any)
8
ENV LOGROTATE_OPTIONS=
9
# File path(s) for LogRotate config files
0 commit comments