From 6a09d9a0f11d1d593197c126b623d69529a6ec85 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Sun, 9 Jun 2024 23:09:38 +0200 Subject: [PATCH] Increase stop_timeout for sensors-polling container to give it time to stop before resorting to killingwq. --- tasks/deploy_sensors-polling.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/deploy_sensors-polling.yml b/tasks/deploy_sensors-polling.yml index 13dadeb..c41dadb 100644 --- a/tasks/deploy_sensors-polling.yml +++ b/tasks/deploy_sensors-polling.yml @@ -35,9 +35,9 @@ TZ: "Europe/Paris" privileged: true restart_policy: always + stop_timeout: 20 volume: - /usr/local/docker-mounted-files/docker-sensors-polling/conf.yml:/root/conf.yml - - /run/udev:/run/udev become: true - name: Prune images