mirror of
https://github.com/antitree/private-tor-network
synced 2024-11-16 04:03:49 +00:00
Fixing ordering and rebuilding image
This commit is contained in:
parent
5eb09ae6d6
commit
a042703cff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user