Skip to content

Commit

Permalink
Set TZ in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnaderi committed Aug 16, 2024
1 parent c756438 commit f612f1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ services:
SCHEDULE: "@daily"
# Instead of "/data" path, use the module name "mydata".
SCHEDULE_CMD: /usr/bin/rsync -z -e ssh /somefile rsync-server::mydata
# Specify the timezone to be used in the schedule
TZ: Asia/Tehran
volumes:
- ./somefile:/somefile:ro
Expand Down

0 comments on commit f612f1c

Please sign in to comment.