added support for mic, speaker and webcam

This commit is contained in:
2023-10-03 23:39:25 +05:00
parent 0189636684
commit f9ff9363a8
2 changed files with 4 additions and 2 deletions

View File

@ -4,9 +4,11 @@ services:
build: .
hostname: 64gram
image: git.shihaam.dev/dockerfiles/64gram
# user: "1000:1000"
environment:
- DISPLAY
devices:
- /dev/snd:/dev/snd
- /dev/video0:/dev/video0
volumes:
- $HOME/.local/share/64Gram:/root/.local/share/64Gram
- $HOME/Downloads:/root/Downloads