mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2026-09-24 14:20:08 +01:00
24 lines
730 B
YAML
24 lines
730 B
YAML
services:
|
|
byparr:
|
|
image: ghcr.io/thephaseless/byparr
|
|
restart: unless-stopped
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
# environment:
|
|
# - PROXY=http://pproxy:8080 # Uncomment this line to use pproxy
|
|
volumes:
|
|
- ./screenshots:/app/screenshots # For screenshots when exception occurs
|
|
ports:
|
|
- "8191:8191"
|
|
# # Uncomment the following lines to enable pproxy for socks5 proxy
|
|
# pproxy:
|
|
# tty: true # Required for pproxy to work
|
|
# container_name: pproxy
|
|
# restart: unless-stopped
|
|
# image: mosajjal/pproxy:latest
|
|
# command:
|
|
# - -vv
|
|
# - -l http://:8080
|
|
# - -r socks5://host:port#username:password # Fill in your proxy credentials and address
|