spotifyd-docker/start.sh

5 lines
140 B
Bash
Raw Normal View History

2022-02-05 23:52:44 +00:00
#!/usr/bin/env sh
./spotifyd --no-daemon --username "$SPOTIFYD_USERNAME" --password "$SPOTIFYD_PASSWORD" --device-name "$SPOTIFYD_DEVICE"