vault backup: 2024-03-08 18:05:16

This commit is contained in:
2024-03-08 18:05:16 +08:00
parent 40b98cdca7
commit 6511d6596c

View File

@@ -158,3 +158,11 @@ services:
# Watchtower
```shell
docker run -d \
--name watchtower \
--restart unless-stopped \
-v /var/run/docker.sock:/var/run/docker.sock \
containrrr/watchtower -c \
--schedule "0 0 3 * * *"
```