From 938df19c5d2dd113f2e48d859cf015cef0139ed3 Mon Sep 17 00:00:00 2001 From: Aaron Shaw Date: Mon, 29 Nov 2021 14:48:34 +0000 Subject: [PATCH] fix: temporarily move diagnostics to privileged This is a temporary fix to resolve the issue described in #281 so that @NebraLtd/tech-support can continue testing other recent changes --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 99017c5f..2e8e23a9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -72,6 +72,7 @@ services: - SYS_RAWIO devices: - /dev/i2c-1:/dev/i2c-1 + privileged: true labels: io.balena.features.sysfs: 1 io.balena.features.procfs: 1