docker-tor-hidden-service/docker-compose.yml
2016-03-15 00:09:42 +01:00

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