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:
Shao Yu-Lung (Allen) 2020-06-06 16:57:24 +08:00 committed by GitHub
commit 5b0d264b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: