mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-25 23:20:19 +09:00
Merge branch 'ChatGPTNextWeb:main' into main
This commit is contained in:
commit
11f063fd9e
@ -59,7 +59,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
|
||||
|
Loading…
Reference in New Issue
Block a user