A simple tor relay config for docker
- First install docker on your server [manual]
$ git clone https://github.com/parsapoorsh/tor-relay-docker/ && cd tor-relay-docker
- Edit the torrc file according to your need:
$ nano torrc
- Open ports
9001/tcp
and9030/tcp
on the firewall [tutorials]
$ docker compose up