mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-05-15 06:22:47 +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
21
docker-compose.v1.yml
Normal file
21
docker-compose.v1.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
# docker-compose.yml example
|
||||
# LEGACY CONFIGURATION
|
||||
# SEE README FOR INFORMATIONS
|
||||
|
||||
tor:
|
||||
image: goldy/tor-hidden-service:$TOR_VERSION
|
||||
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