mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-05-19 00:10:23 +00:00
Using pyentrypoint
This commit is contained in:
parent
7f16f43cdf
commit
ccfdb851cc
8 changed files with 59 additions and 93 deletions
|
@ -4,7 +4,12 @@ tor:
|
|||
image: goldy/tor-hidden-service
|
||||
links:
|
||||
- hello
|
||||
- world
|
||||
|
||||
hello:
|
||||
image: tutum/hello-world
|
||||
hostname: hello-world
|
||||
hostname: hello
|
||||
|
||||
world:
|
||||
image: tutum/hello-world
|
||||
hostname: world
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue