docker-tor-hidden-service/docker-compose.yml
2015-11-03 13:38:04 +01:00

10 lines
149 B
YAML

# docker-compose.yml example
tor:
image: goldy/tor-hidden-service
links:
- hello
hello:
image: tutum/hello-world
hostname: hello-world