mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-19 21:39:13 +00:00
15 lines
208 B
YAML
15 lines
208 B
YAML
# docker-compose.yml example
|
|
|
|
tor:
|
|
image: goldy/tor-hidden-service
|
|
links:
|
|
- hello
|
|
- world
|
|
|
|
hello:
|
|
image: tutum/hello-world
|
|
hostname: hello
|
|
|
|
world:
|
|
image: tutum/hello-world
|
|
hostname: world
|