Skip to content

Commit 3866448

Browse files
authored
Merge pull request ChatGPTNextWeb#4689 from ReeseWang/main
Dockerfile: Listen to any addresses instead of localhost, fixes ChatGPTNextWeb#4682
2 parents de11112 + e58cb2b commit 3866448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ CMD if [ -n "$PROXY_URL" ]; then \
5858
echo "[ProxyList]" >> $conf; \
5959
echo "$protocol $host $port" >> $conf; \
6060
cat /etc/proxychains.conf; \
61-
proxychains -f $conf node server.js; \
61+
proxychains -f $conf "node server.js --host 0.0.0.0"; \
6262
else \
6363
node server.js; \
6464
fi

0 commit comments

Comments
 (0)