Fixing ordering and rebuilding image

This commit is contained in:
AntiTree 2016-07-02 21:29:26 -04:00
parent 5eb09ae6d6
commit a042703cff

View File

@ -2,39 +2,30 @@ version: '2'
services:
da1:
image: antitree/private-tor
#restart: always
expose:
- "7000"
- "9030"
environment:
## set your Nickname here (only use letters and numbers)
#TOR_NICKNAME: DA1
ROLE: DA
volumes:
## Needed to keep track of other nodes
- ./tor:/tor
da2:
image: antitree/private-tor
#restart: always
expose:
- "7000"
- "9030"
environment:
## set your Nickname here (only use letters and numbers)
#TOR_NICKNAME: DA1
ROLE: DA
volumes:
## Needed to keep track of other nodes
- ./tor:/tor
da3:
image: antitree/private-tor
#restart: always
expose:
- "7000"
- "9030"
environment:
## set your Nickname here (only use letters and numbers)
#TOR_NICKNAME: DA1
ROLE: DA
volumes:
## Needed to keep track of other nodes