diff --git a/README.md b/README.md index d4d818e..e65a9f7 100644 --- a/README.md +++ b/README.md @@ -419,12 +419,12 @@ This will start the container and drop you into a shell session inside the conta Provides access to the host's sound devices. -v /dev/shm:/dev/shm: Provides access to shared memory. --v /etc/asound.conf:/etc/asound.conf:ro: - Maps the ALSA configuration file as read-only. -v /usr/share/alsa:/usr/share/alsa:ro: Maps the ALSA shared data as read-only. -v /var/run/dbus:/var/run/dbus: Provides access to the D-Bus system for inter-process communication. +--mount type=bind,source=/etc/asound.conf,target=/etc/asound.conf: + Binds the host's ALSA configuration to the container. ``` ### 🐚 setup.sh @@ -559,7 +559,7 @@ sudo systemctl enable docker sudo systemctl start docker # Create ALSA config (asound.conf, adjust as needed) -sudo cat > /etc/asound.conf < /dev/null < /etc/asound.conf < /dev/null <