diff --git a/docker-compose.yaml b/docker-compose.yaml index ee8f585..57d3bf0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,9 +2,6 @@ version: '2' services: tor_router: build: . - volumes: - - "./src:/app/src" - - "./test:/app/test" ports: - "9050:9050" - "53:53/udp" \ No newline at end of file