mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2024-10-01 08:25:37 -04:00
update readme
This commit is contained in:
parent
02eba55def
commit
0768520361
@ -4,7 +4,13 @@
|
||||
|
||||
docker-compose.yml contains a stack that will automatically provision SSL certificates for your domain name and will add a https redirect to port 80.
|
||||
|
||||
1. Download [docker-compose.yml](/docker-compose.yml) and [env.example](/env.example)
|
||||
1. Download [docker-compose.yml](/docker-compose.yml) and [.env.example](/.env.example)
|
||||
|
||||
```
|
||||
wget https://raw.githubusercontent.com/tornadocash/tornado-relayer/mining/docker-compose.yml
|
||||
wget https://raw.githubusercontent.com/tornadocash/tornado-relayer/mining/.env.example -O .env
|
||||
```
|
||||
|
||||
2. `mv .env.example .env`
|
||||
3. Setup environment variables
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user