You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-tor-hidden-service/docker-compose.yml

16 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