tor-socks-proxy/docker-compose.yml
2020-05-14 17:15:06 +08:00

12 lines
227 B
YAML

---
version: "2"
services:
tor-socks-proxy:
container_name: tor-socks-proxy
image: peterdavehello/tor-socks-proxy:latest
ports:
- "127.0.0.1:53:53"
- "127.0.0.1:9150:9150"
restart: unless-stopped