Skip to content

Commit 78d2ea6

Browse files
committed
fix: Fix variables not being properly set for external proxy internal routing
1 parent 7dfc6ad commit 78d2ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start-container

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if [ "${M3U_PROXY_ENABLED}" = "true" ]; then
4646
export M3U_PROXY_START_EMBEDDED="false"
4747

4848
# Should be in the format: m3u-proxy:38085
49-
export M3U_PROXY_NGINX_TARGET=${M3U_PROXY_HOST:-localhost}:${M3U_PROXY_PORT:-8085}
49+
export M3U_PROXY_NGINX_TARGET="${M3U_PROXY_HOST}:${M3U_PROXY_PORT}"
5050

5151
# For external proxy, use provided token
5252
export M3U_PROXY_TOKEN="${M3U_PROXY_TOKEN}"

0 commit comments

Comments
 (0)