1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-06-28 03:08:14 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ services:
- /etc/localtime:/etc/localtime:ro # Container uses date from host. - /etc/localtime:/etc/localtime:ro # Container uses date from host.
environment: environment:
- DELETE_AFTER=30 - DELETE_AFTER=30
- CRON_TIME=* */24 * * * # Runs at 12:00 AM. - CRON_TIME=0 0 * * * # Runs at 12:00 AM.
- UID=1024 - UID=1024
- GID=100 - GID=100
``` ```