tor-router/docker-compose.yaml

10 lines
153 B
YAML
Raw Normal View History

2017-01-31 15:56:42 +00:00
version: '2'
services:
tor_router:
build: .
volumes:
- "./src:/app/src"
- "./test:/app/test"
ports:
- "9050:9050"
- "53:53"