From d8696e254f439350f98b1086f39d17460f4e41d1 Mon Sep 17 00:00:00 2001 From: Josh Patra Date: Fri, 6 Feb 2026 10:52:31 -0500 Subject: [PATCH] Expose Spotify lyrics API on port 8080 for testing --- docker-compose.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 574d623..edd0586 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,9 +21,8 @@ services: image: akashrchandran/spotify-lyrics-api:latest container_name: allstarr-spotify-lyrics restart: unless-stopped - # Only accessible internally - no external port exposure - expose: - - "8080" + ports: + - "8080:8080" environment: - SP_DC=${SPOTIFY_API_SESSION_COOKIE:-} networks: