Change Spotify lyrics API external port to 8365

This commit is contained in:
2026-02-06 10:54:43 -05:00
parent d8696e254f
commit ff6dfede87

View File

@@ -22,7 +22,7 @@ services:
container_name: allstarr-spotify-lyrics
restart: unless-stopped
ports:
- "8080:8080"
- "8365:8080"
environment:
- SP_DC=${SPOTIFY_API_SESSION_COOKIE:-}
networks: