From: Charles <32498151+charlesomer@users.noreply.github.com> Date: Mon, 24 May 2021 12:55:07 +0000 (+0100) Subject: Removed .conf file. X-Git-Tag: 4.1-dev~111^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d9c51d76513cd891cf63781ce2e5a9489bbfbde;p=thirdparty%2Fshairport-sync.git Removed .conf file. --- diff --git a/docker/Dockerfile b/docker/Dockerfile index 17ed2451..d7df1481 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 4153577a..672639c9 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -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 index 49338be1..00000000 --- a/docker/shairport-sync.conf +++ /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