mirror of
https://github.com/luzifer-ansible/netdata.git
synced 2024-11-08 13:50:01 +00:00
Switch image to dockerhub
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ac565bdeee
commit
d51aae0c34
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Luzifer-Ansible / netdata
|
||||
|
||||
This role installs a systemd service running [netdata](https://github.com/firehol/netdata) using Docker and my [Docker image](https://quay.io/luzifer/netdata) for it.
|
||||
This role installs a systemd service running [netdata](https://github.com/firehol/netdata) using Docker and my [Docker image](https://hub.docker.com/r/luzifer/netdata/) for it.
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
RemainAfterExit=yes
|
||||
TimeoutSec=infinity
|
||||
|
||||
ExecStartPre=/usr/bin/docker pull quay.io/luzifer/netdata:{{ version }}
|
||||
ExecStartPre=/usr/bin/docker pull luzifer/netdata:{{ version }}
|
||||
ExecStartPre=-/usr/bin/docker rm -f netdata
|
||||
|
||||
ExecStart=/usr/bin/docker run -d --cap-add SYS_PTRACE \
|
||||
|
@ -53,7 +53,7 @@
|
|||
-p 19999:19999 \
|
||||
--env-file=/etc/netdata/environment \
|
||||
--name=netdata \
|
||||
quay.io/luzifer/netdata:{{ version }}
|
||||
luzifer/netdata:{{ version }}
|
||||
|
||||
ExecReload=/usr/bin/docker restart netdata
|
||||
|
||||
|
|
Loading…
Reference in a new issue