Merge pull request #2614 from m-elewa/feature/update-netdata-image
update netdata image to the latest version of the official image
This commit is contained in:
commit
5b0d264b6c
|
@ -1307,11 +1307,13 @@ services:
|
||||||
|
|
||||||
### NetData ################################################
|
### NetData ################################################
|
||||||
netdata:
|
netdata:
|
||||||
image: titpetric/netdata:latest
|
image: netdata/netdata:latest
|
||||||
cap_add:
|
cap_add:
|
||||||
- SYS_PTRACE
|
- SYS_PTRACE
|
||||||
volumes:
|
volumes:
|
||||||
- /:/host:ro
|
- /proc:/host/proc:ro
|
||||||
|
- /sys:/host/sys:ro
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
ports:
|
ports:
|
||||||
- "${NETDATA_PORT}:19999"
|
- "${NETDATA_PORT}:19999"
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue