Skip to content

Commit decb2c1

Browse files
committed
Change AirPlay receiver entrypoint from bash to sh for improved compatibility
1 parent 59a1062 commit decb2c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ services:
6363
- PULSE_SERVER=unix:/run/user/1000/pulse/native
6464
- PULSE_RUNTIME_PATH=/run/user/1000/pulse
6565
- AIRPLAY_NAME=${AIRPLAY_NAME:-HomeSpeaker}
66-
entrypoint: ["/bin/bash", "-c"]
66+
entrypoint: ["/bin/sh", "-c"]
6767
command: >
6868
set -e &&
6969
echo "=== Bypassing s6 init and starting manually ===" &&

0 commit comments

Comments
 (0)