mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-19 05:19:10 +00:00
10 lines
149 B
YAML
10 lines
149 B
YAML
# docker-compose.yml example
|
|
|
|
tor:
|
|
image: goldy/tor-hidden-service
|
|
links:
|
|
- hello
|
|
|
|
hello:
|
|
image: tutum/hello-world
|
|
hostname: hello-world
|