Mini Tor hidden service
A minimal Tor Hidden Service inside Docker powered by alpine.
./hidden_service too permissive
If you should receive this error:
Permissions on directory ./hidden_service are too permissive.
you will have to change the directories permissions where /tor/hidden_service
is mounted to.
For example if you have:
volumes:
- /some/directory/hidden_service:/tor/hidden_service
You will have to run:
sudo chmod 700 /some/directory/hidden_service