File size: 242 Bytes
92a9478
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
version: '3'
services:
  pplx-proxy:
    build: .
    ports:
      - "8081:8081"
    environment:
      - PORT=8081
      - PPLX_COOKIE=${PPLX_COOKIE}
      - USER_AGENT=${USER_AGENT}
      - all_proxy=${all_proxy}
    restart: unless-stopped