Add tor v3 addresses support

This commit is contained in:
Christophe Mehay 2019-04-03 16:11:09 +02:00
parent 8d562ed2e6
commit 9e40a2d075
24 changed files with 1086 additions and 225 deletions

View file

@ -1,19 +0,0 @@
# docker-compose.yml example
tor:
image: goldy/tor-hidden-service
links:
- hello
- world
environment:
PORT_MAP: 80 # Map port to detected service
volumes:
- ./keys:/var/lib/tor/hidden_service/
hello:
image: tutum/hello-world
hostname: hello
world:
image: tutum/hello-world
hostname: world