Update Dockerfile
Browse files- Dockerfile +5 -5
Dockerfile
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
FROM sokwith/go-proxy-bingai:latest
|
| 2 |
|
| 3 |
-
ENV BING_PROXY_DM="https://free.nbing.eu.org"
|
| 4 |
-
ENV BING_BASE_URL="https://free.nbing.eu.org"
|
| 5 |
-
ENV SYDNEY_BASE_URL="https://prosydney.nbing.eu.org"
|
| 6 |
|
| 7 |
-
|
| 8 |
-
ENV BYPASS_SERVER="https://jokyone-cookiesvr.hf.space/GET?pwd=234567"
|
| 9 |
|
| 10 |
|
| 11 |
ENV PORT 7860
|
|
|
|
| 1 |
FROM sokwith/go-proxy-bingai:latest
|
| 2 |
|
| 3 |
+
#ENV BING_PROXY_DM="https://free.nbing.eu.org"
|
| 4 |
+
#ENV BING_BASE_URL="https://free.nbing.eu.org"
|
| 5 |
+
#ENV SYDNEY_BASE_URL="https://prosydney.nbing.eu.org"
|
| 6 |
|
| 7 |
+
ENV BYPASS_SERVER="https://cct.nbing.eu.org"
|
| 8 |
+
#ENV BYPASS_SERVER="https://jokyone-cookiesvr.hf.space/GET?pwd=234567"
|
| 9 |
|
| 10 |
|
| 11 |
ENV PORT 7860
|