Browse Source

Fix mongodb name for Your Spotify [skip ci]

Nicolas Meienberger 3 years ago
parent
commit
b2d4362be3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      apps/your-spotify/docker-compose.yml

+ 2 - 2
apps/your-spotify/docker-compose.yml

@@ -8,9 +8,9 @@ services:
     ports:
       - 32500:8080
     links:
-      - mongo
+      - your-spotify-db
     depends_on:
-      - mongo
+      - your-spotify-db
     environment:
       - API_ENDPOINT=http://localhost:32500 # This MUST be included as a valid URL in the spotify dashboard (see below)
       - CLIENT_ENDPOINT=http://${INTERNAL_IP}:${APP_PORT}