]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
fix: adjust to follow nqptp 1642/head
authornipsufn <nipsufn+gh@pm.me>
Sun, 2 Apr 2023 13:22:27 +0000 (15:22 +0200)
committernipsufn <nipsufn+gh@pm.me>
Sun, 2 Apr 2023 13:22:27 +0000 (15:22 +0200)
docker/README.md
docker/docker-compose.yaml
docker/etc/s6-overlay/s6-rc.d/04-nqptp/run

index 02a57cd3285e23bee89148b4d37f00bfab880336..6caf1c4d6639e930a267c82ee01aa4ad8cff5d44 100644 (file)
@@ -46,16 +46,6 @@ The image is built with PulseAudio backend support. To use it, refer to [`docker
 
 To get access to the full range of configuration options, pass the configuration file to `/etc/shairport-sync.conf` in the container using the `-v` option or docker compose.
 
-## Environment variables
-
-Set `IPV4ONLY` to any value to force NQPTP to use IPv4 (might be useful on hosts not running IPv6):
-
-```
-$ docker run --env IPV4ONLY=yes -d --restart unless-stopped --net host --device /dev/snd \
-    mikebrady/shairport-sync:latest \
-    -v --statistics -a DenSystem -d hw:0 -c PCM
-```
-
 ## Building
 ### Build Example (for arm7 devices)
 
index c6cb8330edaa9743296ffd7b92177feceee46604..563622d66040ba121cfdbdc60199046fb6d27df7 100644 (file)
@@ -8,7 +8,6 @@ services:
     # environment:
     #  PULSE_SERVER: unix:/tmp/pulseaudio.socket # Path for PulseAudio socket
     #  PULSE_COOKIE: /tmp/pulseaudio.cookie # Path for PulseAudio cookie
-    #  IPV4ONLY: "yes" # Force IPv4 in nqptp
     devices:
       - "/dev/snd" # ALSA device
     # volumes:
index 7ac01716604198dada8db5715171a4c75caafdd7..27a489b89363c034e73da837bec17ea6aacc15c8 100644 (file)
@@ -1,7 +1,3 @@
 #!/command/with-contenv sh
 echo "Starting nqptp"
-if [ -z ${IPV4ONLY+x} ]; then
-    exec /usr/local/bin/nqptp
-else
-    exec /usr/local/bin/nqptp -ipv4-only
-fi
+exec /usr/local/bin/nqptp