Merge branch 'ChatGPTNextWeb:main' into main

This commit is contained in:
Hk-Gosuto 2024-05-28 13:16:31 +08:00 committed by GitHub
commit 11f063fd9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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