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:
		@@ -1307,11 +1307,13 @@ services:
 | 
			
		||||
 | 
			
		||||
### NetData ################################################
 | 
			
		||||
    netdata:
 | 
			
		||||
      image: titpetric/netdata:latest
 | 
			
		||||
      image: netdata/netdata:latest
 | 
			
		||||
      cap_add:
 | 
			
		||||
      - SYS_PTRACE
 | 
			
		||||
        - SYS_PTRACE
 | 
			
		||||
      volumes:
 | 
			
		||||
      - /:/host:ro
 | 
			
		||||
        - /proc:/host/proc:ro
 | 
			
		||||
        - /sys:/host/sys:ro
 | 
			
		||||
        - /var/run/docker.sock:/var/run/docker.sock:ro
 | 
			
		||||
      ports:
 | 
			
		||||
        - "${NETDATA_PORT}:19999"
 | 
			
		||||
      networks:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user