From 65460acde4884c4b918e508a9910b3b96e0f8cee Mon Sep 17 00:00:00 2001 From: Kalpik Nigam Date: Fri, 29 Nov 2024 13:57:25 +0100 Subject: [PATCH] Fix service name So that it matches the actual name of the tool :) --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index b597d35..8d63c77 100644 --- a/compose.yml +++ b/compose.yml @@ -1,5 +1,5 @@ services: - spotify-playlist-convert: + spotify-playlist-sync: image: ghcr.io/zibbp/spotify-playlist-sync:latest volumes: - ./data:/data