fix(watchtower): fix config

WATCHTOWER_INCLUDE_RESTARTING doesn't seem to work with podman.
This commit is contained in:
Felix Schröter 2022-09-16 23:27:56 +02:00
parent 9d20adc145
commit 2de86ad89f
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -11,7 +11,7 @@
]; ];
environment = { environment = {
WATCHTOWER_CLEANUP = "true"; WATCHTOWER_CLEANUP = "true";
WATCHTOWER_INCLUDE_RESTARTING = "true"; WATCHTOWER_INCLUDE_STOPPED = "true";
}; };
}; };
}; };