Delete Dockerfile
Browse files- Dockerfile +0 -17
Dockerfile
DELETED
|
@@ -1,17 +0,0 @@
|
|
| 1 |
-
RUN git clone https://github.com/Archeb/pplx-proxy.git
|
| 2 |
-
version: '3'
|
| 3 |
-
services:
|
| 4 |
-
pplx-proxy:
|
| 5 |
-
build: .
|
| 6 |
-
ports:
|
| 7 |
-
- "8081:8081"
|
| 8 |
-
environment:
|
| 9 |
-
- PORT=8081
|
| 10 |
-
- PPLX_COOKIE=${PPLX_COOKIE}
|
| 11 |
-
- USER_AGENT=${USER_AGENT}
|
| 12 |
-
- all_proxy=${all_proxy}
|
| 13 |
-
restart: unless-stopped
|
| 14 |
-
|
| 15 |
-
PPLX_COOKIE=Your_Cookie_Here
|
| 16 |
-
USER_AGENT=Your_User_Agent_Here
|
| 17 |
-
all_proxy=
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|