mirror of
https://github.com/luzifer-ansible/netdata.git
synced 2024-11-08 13:50:01 +00:00
Fix: On slow hosts docker pull runs into timeout
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
8d800360a5
commit
605e80861a
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
|
||||
[Service]
|
||||
RemainAfterExit=yes
|
||||
TimeoutSec=infinity
|
||||
|
||||
ExecStartPre=/usr/bin/docker pull quay.io/luzifer/netdata:{{ version }}
|
||||
ExecStartPre=-/usr/bin/docker rm -f netdata
|
||||
|
|
Loading…
Reference in a new issue