mirror of
https://github.com/antitree/private-tor-network
synced 2025-02-26 05:38:47 +00:00
updating docker-compose.yml with correct naming
This commit is contained in:
parent
f6c213782a
commit
973e55cdeb
@ -1,7 +1,7 @@
|
||||
version: '2'
|
||||
services:
|
||||
da:
|
||||
image: antitree/tor-server
|
||||
image: antitree/private-tor
|
||||
#restart: always
|
||||
expose:
|
||||
- "7000"
|
||||
@ -11,13 +11,11 @@ services:
|
||||
## set your Nickname here (only use letters and numbers)
|
||||
#TOR_NICKNAME: DA1
|
||||
ROLE: DA
|
||||
## an email address to contact you
|
||||
#CONTACT_EMAIL: email@example.org
|
||||
volumes:
|
||||
## mount custom torrc / secret_id_key here
|
||||
## Needed to keep track of other nodes
|
||||
- ./tor:/tor
|
||||
relay:
|
||||
image: antitree/tor-server
|
||||
image: antitree/private-tor
|
||||
expose:
|
||||
- "7000"
|
||||
- "9030"
|
||||
@ -28,7 +26,7 @@ services:
|
||||
depends_on:
|
||||
- da
|
||||
exit:
|
||||
image: antitree/tor-server
|
||||
image: antitree/private-tor
|
||||
expose:
|
||||
- "7000"
|
||||
- "9030"
|
||||
@ -39,7 +37,7 @@ services:
|
||||
depends_on:
|
||||
- da
|
||||
client:
|
||||
image: antitree/tor-server
|
||||
image: antitree/private-tor
|
||||
ports:
|
||||
- "9050:9050"
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user