Skip to content

Commit

Permalink
Merge branch 'main' into Exit-on-bad-cron-expression
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef authored Feb 13, 2024
2 parents 8149375 + 52e8d58 commit edb4a59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ ARG SUPERCRONIC_SHA1SUM_AMD64="cd48d45c4b10f3f0bfdd3a57d054cd05ac96812b"
ARG SUPERCRONIC_VERSION="0.2.29"

# update and install dependencies
# hadolint ignore=DL3008
RUN apt-get update && apt-get install -y --no-install-recommends \
procps=2:3.3.17-5 \
wget=1.21-1+deb11u1 \
gettext-base=0.21-4 \
xdg-user-dirs=0.17-2 \
jo=1.3-2 \
procps=2:4.0.2-3 \
wget \
gettext-base=0.21-12 \
xdg-user-dirs=0.18-1 \
jo=1.9-1 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/guides/automatic-reboots.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The example docker run command and docker compose file in [the Quicksetup](https
already use the needed policy
:::

Set `AUTO_REBOOT_ENABLED` enable or disable automatic reboots (Default is disabled)
Set `AUTO_REBOOT_ENABLED` to `true` or `false` to enable or disable automatic reboots (Default is disabled)

`AUTO_REBOOT_CRON_EXPRESSION` is a cron expression, in a Cron-Expression you define an interval for when to run jobs.

Expand Down

0 comments on commit edb4a59

Please sign in to comment.