tor-socks-proxy/docker-compose.yml

12 lines
235 B
YAML
Raw 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:
2020-05-14 19:19:24 +00:00
- "127.0.0.1:53:53/udp"
- "127.0.0.1:9150:9150/tcp"
2019-08-31 09:28:58 +00:00
restart: unless-stopped