docker-tor-hidden-service/docker-compose.yml

16 lines
208 B
YAML
Raw Normal View History

# docker-compose.yml example
tor:
image: goldy/tor-hidden-service
links:
- hello
2016-03-07 03:43:12 +01:00
- world
hello:
image: tutum/hello-world
2016-03-07 03:43:12 +01:00
hostname: hello
world:
image: tutum/hello-world
hostname: world