hub.docker.com

linuxserver/spotube

This readme has been truncated from the full version found HERE

Spotube is an open source, cross-platform Spotify client compatible across multiple platforms utilizing Spotify's data API and YouTube, Piped.video or JioSaavn as an audio source, eliminating the need for Spotify Premium

Application Setup

The application can be accessed at:

Usage

docker run -d \
  --name=spotube \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/UTC \
  -p 3000:3000 \
  -p 3001:3001 \
  -v /path/to/spotube/config:/config \
  --shm-size="1gb" \
  --restart unless-stopped \
  lscr.io/linuxserver/spotube:latest

Read the original on hub.docker.com ↗