removed reference to missing env file

This commit is contained in:
Zachary Boyd 2017-11-12 14:07:42 -08:00
parent 840f889693
commit 67e3d9ba32

View file

@ -1,7 +1,6 @@
version: '2' version: '2'
services: services:
tor_router: tor_router:
env_file: .env
build: . build: .
ports: ports:
- "9050:9050" - "9050:9050"