spotifyd-docker/start.sh
2022-02-06 00:52:44 +01:00

5 lines
140 B
Bash
Executable File

#!/usr/bin/env sh
./spotifyd --no-daemon --username "$SPOTIFYD_USERNAME" --password "$SPOTIFYD_PASSWORD" --device-name "$SPOTIFYD_DEVICE"