From cad695fbf032205a3f305fae60402151c97fe3f7 Mon Sep 17 00:00:00 2001 From: bjoernellens1 <64093272+bjoernellens1@users.noreply.github.com> Date: Mon, 27 Nov 2023 08:58:33 +0100 Subject: [PATCH] update --- docker-compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index cfce938..42b3b52 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -25,7 +25,7 @@ services: network_mode: host ipc: host # Needed to display graphical applications - privileged: true + #privileged: true environment: # Allows graphical programs in the container. - DISPLAY=${DISPLAY} @@ -140,6 +140,8 @@ services: extends: overlay command: > bash + devices: + - /dev/video0:/dev/video0 ################################################################################################################################ # This section is mostly for supervision from PC #