tor-container/docker-compose.yml
2016-04-12 00:07:29 +02:00

18 lines
286 B
YAML

# docker-compose.yml example
tor:
image: goldy/tor-hidden-service
# build: .
links:
- hello
- world
environment:
PORT_MAP: 80 # Map port to detected service
hello:
image: tutum/hello-world
hostname: hello
world:
image: tutum/hello-world
hostname: world