From c48a10e47f54aa410487b7feeecddea38aa1bf0b Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 14 May 2023 19:19:56 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-your_spotify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/docker-your_spotify.md b/images/docker-your_spotify.md index 67f754e49..7cefed81f 100755 --- a/images/docker-your_spotify.md +++ b/images/docker-your_spotify.md @@ -36,7 +36,7 @@ The architectures supported by this image are: You have to create a Spotify application through their [developer dashboard](https://developer.spotify.com/dashboard/applications) to get your Client ID and secret. Set the Redirect URI to match your APP_URL address with `/api/oauth/spotify/callback` included after the domain (i.e., `http://localhost/api/oauth/spotify/callback`). -The application requires an external [mongodb database](https://hub.docker.com/_/mongo/), supported versions are 4.x and 5.x. +The application requires an external [mongodb database](https://hub.docker.com/_/mongo/), supported versions are 4.x, 5.x, and 6.x. This ia an all-in-one container which includes both the server and client components. If you require these to be separate then please use the releases from the [your_spotify repo](https://github.com/Yooooomi/your_spotify).