This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/prometheus/node-exporter | minor | `v1.9.1` -> `v1.10.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNSIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==--> Reviewed-on: #1838 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
		
			
				
	
	
		
			14 lines
		
	
	
		
			313 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			313 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
services:
 | 
						|
    node-exporter:
 | 
						|
        image: quay.io/prometheus/node-exporter:v1.10.0
 | 
						|
        container_name: node-exporter
 | 
						|
        command:
 | 
						|
            - '--path.rootfs=/rootfs'
 | 
						|
        ports:
 | 
						|
          - 0.0.0.0:9100:9100
 | 
						|
        pid: host
 | 
						|
        restart: always
 | 
						|
        volumes:
 | 
						|
            - /:/rootfs:ro
 |