This commit is contained in:
bjoernellens1 2023-11-27 08:58:33 +01:00 committed by GitHub
parent 1e1b6e8ca1
commit cad695fbf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ services:
network_mode: host network_mode: host
ipc: host ipc: host
# Needed to display graphical applications # Needed to display graphical applications
privileged: true #privileged: true
environment: environment:
# Allows graphical programs in the container. # Allows graphical programs in the container.
- DISPLAY=${DISPLAY} - DISPLAY=${DISPLAY}
@ -140,6 +140,8 @@ services:
extends: overlay extends: overlay
command: > command: >
bash bash
devices:
- /dev/video0:/dev/video0
################################################################################################################################ ################################################################################################################################
# This section is mostly for supervision from PC # # This section is mostly for supervision from PC #