update netdata image to the latest version of the official image

This commit is contained in:
Mahmoud Elewa 2020-05-31 14:44:09 +00:00
parent 4f7ab34a6b
commit bc9825d398

View File

@ -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: