# 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