tor-router/docker-compose.yaml

9 lines
133 B
YAML
Raw Permalink Normal View History

2017-01-31 15:56:42 +00:00
version: '2'
services:
tor_router:
env_file: .env
2017-01-31 15:56:42 +00:00
build: .
ports:
- "9050:9050"
2017-03-22 16:44:08 +00:00
- "53:53/udp"
- "9077:9077"