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:
|
2021-01-23 09:46:23 +00:00
|
|
|
- "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
|