1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-07-17 06:46:10 +03:00

Update README.md (#33)

This commit is contained in:
John M
2024-11-29 22:47:09 -06:00
committed by GitHub
parent b24024fde5
commit 1d523c8734

View File

@ -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
```