Increase stop_timeout for sensors-polling container to give it time to stop before resorting to killingwq.

This commit is contained in:
yohan 2024-06-09 23:09:38 +02:00
parent 00bd6f1443
commit 6a09d9a0f1

View File

@ -35,9 +35,9 @@
TZ: "Europe/Paris" TZ: "Europe/Paris"
privileged: true privileged: true
restart_policy: always restart_policy: always
stop_timeout: 20
volume: volume:
- /usr/local/docker-mounted-files/docker-sensors-polling/conf.yml:/root/conf.yml - /usr/local/docker-mounted-files/docker-sensors-polling/conf.yml:/root/conf.yml
- /run/udev:/run/udev
become: true become: true
- name: Prune images - name: Prune images