Skip to content
Snippets Groups Projects
Commit fbba5eab authored by David Trattnig's avatar David Trattnig
Browse files

ALSA config as volume. #6

parent f87a9e92
No related branches found
No related tags found
No related merge requests found
Pipeline #1001 passed
......@@ -78,6 +78,7 @@ if [[ $docker == "true" ]]; then
-v "$AUDIO_DIR/playlist":"/var/audio/playlist":ro \
-v "$AUDIO_DIR/station":"/var/audio/station":ro \
-v "$BASE_DIR/logs":"/srv/logs" \
-v "/etc/asound.conf":"/etc/asound.conf" \
--mount type=tmpfs,destination=/tmp \
--device /dev/snd \
--group-add audio \
......@@ -98,6 +99,7 @@ if [[ $docker == "true" ]]; then
-v "$AUDIO_DIR/playlist":"/var/audio/playlist":ro \
-v "$AUDIO_DIR/station":"/var/audio/station":ro \
-v "$BASE_DIR/logs":"/srv/logs" \
-v "/etc/asound.conf":"/etc/asound.conf" \
--mount type=tmpfs,destination=/tmp \
--device /dev/snd \
--group-add audio \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment