fixes dns logging

This commit is contained in:
Zachary Boyd 2017-01-31 18:16:22 -05:00
parent c4ab36be4f
commit 57a07dfcf5

View file

@ -2,9 +2,6 @@ version: '2'
services: services:
tor_router: tor_router:
build: . build: .
volumes:
- "./src:/app/src"
- "./test:/app/test"
ports: ports:
- "9050:9050" - "9050:9050"
- "53:53/udp" - "53:53/udp"