tor-router/docker-compose.yaml
2017-01-31 10:56:42 -05:00

10 lines
153 B
YAML

version: '2'
services:
tor_router:
build: .
volumes:
- "./src:/app/src"
- "./test:/app/test"
ports:
- "9050:9050"
- "53:53"