Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
fix: mount docker socket to container
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-vdz committed Nov 9, 2023
1 parent 9ee1b7e commit 8ab38aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cadvisor/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

Check failure on line 1 in cadvisor/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / Lint Add-on

'watchdog', is obsolete. Use the native Docker HEALTHCHECK directive instead.

Check failure on line 1 in cadvisor/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / Lint Add-on

Add-on version identifier must be 'dev'
name: cAdvisor
version: v0.1.2
version: v0.1.3
slug: cadvisor
description: A container metrics exporter for Prometheus
url: https://github.com/christian-vdz/hassio-cadvisor-addon
Expand All @@ -16,4 +16,4 @@ ports:
ports_description:
8080/tcp: Web interface
devices:
- /var/run/docker.sock:/var/run/docker.sock
- /var/run/docker.sock

0 comments on commit 8ab38aa

Please sign in to comment.