Skip to content

Commit

Permalink
docs: fix cron schedule formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
f0e committed Jul 31, 2024
1 parent f771632 commit b3270be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ services:
### Optional environment variables
- `RUN_ONCE`: set to `true` to run the script immediately on container start.
- `CRON_SCHEDULE`: sets the cron schedule for running the script (default: "0 */12* **")
- `CRON_SCHEDULE`: sets the cron schedule for running the script (default: `"0 */12 * * *"`)

0 comments on commit b3270be

Please sign in to comment.