pplx-proxy / docker-compose.yml
tang-x's picture
Create docker-compose.yml
92a9478 verified
raw
history blame contribute delete
242 Bytes
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