mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-05-16 23:12:49 +00:00
Add tor v3 addresses support
This commit is contained in:
parent
8d562ed2e6
commit
9e40a2d075
24 changed files with 1086 additions and 225 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue