tor-socks-proxy/docker-compose.yml
2019-08-31 17:28:58 +08:00

11 lines
201 B
YAML

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