Skip to content

Commit

Permalink
update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibbp committed Sep 17, 2024
1 parent f8c2b37 commit da0ea40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

0 comments on commit da0ea40

Please sign in to comment.