tor-socks-proxy/docker-compose.yml

12 lines
237 B
YAML
Raw Permalink Normal View History

2019-08-31 09:28:58 +00:00
---
version: "2"
services:
tor-socks-proxy:
container_name: tor-socks-proxy
image: peterdavehello/tor-socks-proxy:latest
ports:
- "127.0.0.1:8853:53/udp"
2020-05-14 19:19:24 +00:00
- "127.0.0.1:9150:9150/tcp"
2019-08-31 09:28:58 +00:00
restart: unless-stopped