Files

19 lines
318 B
YAML
Raw Permalink Normal View History

2026-05-12 19:40:31 +09:00
services:
socks_proxy:
image: serjs/go-socks5-proxy
ports:
- 1080:1080
socks_proxy_auth:
image: serjs/go-socks5-proxy
ports:
- 1081:1080
environment:
PROXY_USER: user
PROXY_PASSWORD: pass
# tor_proxy:
# image: dperson/torproxy
# ports:
# - 9050:9050