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

11 lines
149 B
YAML
Raw Permalink Normal View History

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