浏览代码

Missing variable substitution [skip ci]

Nicolas Meienberger 3 年之前
父节点
当前提交
ec6f97a477
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/your-spotify/docker-compose.yml

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

@@ -12,7 +12,7 @@ services:
     depends_on:
       - your-spotify-db
     environment:
-      - API_ENDPOINT=http://localhost:32500 # This MUST be included as a valid URL in the spotify dashboard (see below)
+      - API_ENDPOINT=http://${INTERNAL_IP}:32500 # This MUST be included as a valid URL in the spotify dashboard (see below)
       - CLIENT_ENDPOINT=http://${INTERNAL_IP}:${APP_PORT}
       - SPOTIFY_PUBLIC=${SPOTIFY_PUBLIC}
       - SPOTIFY_SECRET=${SPOTIFY_SECRET}