]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Removed .conf file.
authorCharles <32498151+charlesomer@users.noreply.github.com>
Mon, 24 May 2021 12:55:07 +0000 (13:55 +0100)
committerCharles <32498151+charlesomer@users.noreply.github.com>
Mon, 24 May 2021 12:55:07 +0000 (13:55 +0100)
docker/Dockerfile
docker/docker-compose.yaml
docker/shairport-sync.conf [deleted file]

index 17ed2451ccf8f4050b70bc1ccd63912e10f917ae..d7df1481d266ef2ec41216ea15619e5c2db4bb54 100644 (file)
@@ -130,7 +130,6 @@ RUN adduser -D shairport-sync -G shairport-sync
 # Add the shairport-sync user to the pre-existing audio group, which has ID 29, for access to the ALSA stuff
 RUN addgroup -g 29 docker_audio && addgroup shairport-sync docker_audio && addgroup shairport-sync audio
 
-COPY ./docker/shairport-sync.conf /etc/shairport-sync.conf
 COPY ./docker/start.sh /
 
 RUN chmod +x ./start.sh
index 4153577af82d5f48e114b07741c7d76f0a485046..672639c916ab903d80d8ce9c8fc762fb944c7ef8 100644 (file)
@@ -8,5 +8,5 @@ services:
     restart: unless-stopped
     devices:
       - "/dev/snd"
-    volumes:
-      - ./volumes/shairport-sync/shairport-sync.conf:/etc/shairport-sync.conf
\ No newline at end of file
+    volumes:
+    #   - ./volumes/shairport-sync/shairport-sync.conf:/etc/shairport-sync.conf # Customised Shairport Sync configuration file.
\ No newline at end of file
diff --git a/docker/shairport-sync.conf b/docker/shairport-sync.conf
deleted file mode 100644 (file)
index 49338be..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# Temp sample Configuration File for Shairport Sync on a Raspberry Pi using the built-in audio DAC.
-alsa =
-{
-  output_device = "hw:0";
-  # Could also be hw:1. aplay -l should help identify the correct one.
-  # e.g. card 1: Headphones [bcm2835 Headphones], device 0: bcm2835 Headphones [bcm2835 Headphones]
-  # card x where x is the number to use above in hw:x
-  mixer_control_name = "Headphone";
-};
\ No newline at end of file