watchtower: Run every 6h and update self
This commit is contained in:
parent
5107567c5d
commit
20687306fb
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
"/root/.docker/config.json:/config.json:ro"
|
||||
];
|
||||
extraOptions = [
|
||||
"--label com.centurylinklabs.watchtower.enable=true"
|
||||
"--label=com.centurylinklabs.watchtower.enable=true"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue