mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 13:44:24 +00:00
3 lines
154 B
Plaintext
3 lines
154 B
Plaintext
# Update Graviton's DB once a week.
|
|
0 0 * * 0 docker ps -f 'name=pihole' -f 'status=running' -f 'health=healthy' -q | xargs -I{} docker exec {} pihole -g
|