From bbc76c929b9c0b31b6d0e71e468e89fc7d827968 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Tue, 3 Oct 2023 23:40:01 +0500 Subject: [PATCH] added support for mic, speaker and webcam readme update --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8b9f8ce..522a221 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ services: image: git.shihaam.dev/dockerfiles/64gram environment: - DISPLAY + devices: + - /dev/snd:/dev/snd + - /dev/video0:/dev/video0 volumes: - $HOME/.local/share/64Gram:/root/.local/share/64Gram - $HOME/Downloads:/root/Downloads