CHMOD_README.txt 234 B

123456789101112
  1. In docker-compose edit the
  2. USER: "1000"
  3. to whatever your UID is. (run id if you're not sure).
  4. The tor-keys/web directory:
  5. chmod 700 tor-keys/web
  6. Otherwise tor won't start (because the key directory is group/world read/write).