Skip to content

Commit

Permalink
Merge pull request #4689 from ReeseWang/main
Browse files Browse the repository at this point in the history
Dockerfile: Listen to any addresses instead of localhost, fixes #4682
  • Loading branch information
fred-bf committed May 22, 2024
2 parents de11112 + e58cb2b commit 3866448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ CMD if [ -n "$PROXY_URL" ]; then \
echo "[ProxyList]" >> $conf; \
echo "$protocol $host $port" >> $conf; \
cat /etc/proxychains.conf; \
proxychains -f $conf node server.js; \
proxychains -f $conf "node server.js --host 0.0.0.0"; \
else \
node server.js; \
fi

0 comments on commit 3866448

Please sign in to comment.