We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfc6ad commit 78d2ea6Copy full SHA for 78d2ea6
start-container
@@ -46,7 +46,7 @@ if [ "${M3U_PROXY_ENABLED}" = "true" ]; then
46
export M3U_PROXY_START_EMBEDDED="false"
47
48
# Should be in the format: m3u-proxy:38085
49
- export M3U_PROXY_NGINX_TARGET=${M3U_PROXY_HOST:-localhost}:${M3U_PROXY_PORT:-8085}
+ export M3U_PROXY_NGINX_TARGET="${M3U_PROXY_HOST}:${M3U_PROXY_PORT}"
50
51
# For external proxy, use provided token
52
export M3U_PROXY_TOKEN="${M3U_PROXY_TOKEN}"
0 commit comments