From da0ea40719f904777444b05b6be821de39b7f33c Mon Sep 17 00:00:00 2001 From: Zibbp Date: Tue, 17 Sep 2024 17:59:03 -0500 Subject: [PATCH] update docker image --- compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index c1775f4..b597d35 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,6 @@ services: spotify-playlist-convert: - image: ghcr.io/zibbp/spotify-playlist-convert:latest + image: ghcr.io/zibbp/spotify-playlist-sync:latest volumes: - ./data:/data ports: @@ -12,5 +12,6 @@ services: - SPOTIFY_CLIENT_SECRET= - SPOTIFY_CLIENT_REDIRECT_URI=http://SERVERIP:28542/callback - TIDAL_CLIENT_ID= - - TIDAL_CLIENT_SECRET== + - TIDAL_CLIENT_SECRET= + # customize command as needed command: tidal --save-missing-tracks --save-tidal-playlist