mirror of
https://github.com/hufrea/byedpi.git
synced 2026-09-12 19:50:54 +05:00
13 lines
266 B
YAML
13 lines
266 B
YAML
services:
|
|
byedpi:
|
|
image: hufrea/byedpi
|
|
command: ["--fake", "-1", "--md5sig"]
|
|
restart: unless-stopped
|
|
user: 1000:1000
|
|
ports:
|
|
- name: SOCKS proxy
|
|
target: 1080
|
|
host_ip: 127.0.0.1
|
|
published: 1080
|
|
protocol: tcp
|