fix(watchtower): fix config
WATCHTOWER_INCLUDE_RESTARTING doesn't seem to work with podman.
This commit is contained in:
parent
9d20adc145
commit
2de86ad89f
|
@ -11,7 +11,7 @@
|
|||
];
|
||||
environment = {
|
||||
WATCHTOWER_CLEANUP = "true";
|
||||
WATCHTOWER_INCLUDE_RESTARTING = "true";
|
||||
WATCHTOWER_INCLUDE_STOPPED = "true";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue