1
0
Fork 0

watchtower: Run every 6h and update self

This commit is contained in:
Daniel Kempkens 2023-03-13 09:53:59 +01:00
parent 5107567c5d
commit 20687306fb
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -31,7 +31,7 @@
"/root/.docker/config.json:/config.json:ro"
];
extraOptions = [
"--label com.centurylinklabs.watchtower.enable=true"
"--label=com.centurylinklabs.watchtower.enable=true"
];
};
};