mirror of
https://github.com/antitree/private-tor-network
synced 2024-11-16 04:03:49 +00:00
realizing that you need to first create the base containers before it scales. adding to readme
This commit is contained in:
parent
a8357e949b
commit
93a89a80da
@ -4,9 +4,12 @@
|
||||
|
||||
### Quickstart
|
||||
|
||||
The easiest way to get a tor network up and running is to use the docker-compose scale function:
|
||||
The easiest way to get a tor network up and running is to use the docker-compose create and then scale function
|
||||
|
||||
`docker-compose scale da=3 relay=5 exit=3 client=1`
|
||||
```
|
||||
docker-ccompose create
|
||||
docker-compose scale da=3 relay=5 exit=3 client=1
|
||||
```
|
||||
|
||||
### Uses
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user