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

11 lines
149 B
YAML

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