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 09:15:06 +00:00
|
|
|
- "127.0.0.1:53:53"
|
2019-08-31 09:28:58 +00:00
|
|
|
- "127.0.0.1:9150:9150"
|
|
|
|
restart: unless-stopped
|