mirror of
https://github.com/luzifer-ansible/netdata.git
synced 2024-11-08 13:50:01 +00:00
Fix: Pull same version as later being used
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
bc434b273e
commit
9ed3291fd3
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
[Service]
|
||||
RemainAfterExit=yes
|
||||
|
||||
ExecStartPre=/usr/bin/docker pull quay.io/luzifer/netdata
|
||||
ExecStartPre=/usr/bin/docker pull quay.io/luzifer/netdata:{{ version }}
|
||||
ExecStartPre=-/usr/bin/docker rm -f netdata
|
||||
|
||||
ExecStart=/usr/bin/docker run -d --cap-add SYS_PTRACE \
|
||||
|
|
Loading…
Reference in a new issue