docker-compose example and better readme
This commit is contained in:
parent
1cb0762d8b
commit
5fb7e4b0f1
4 changed files with 16 additions and 73 deletions
10
docker-compose.yaml
Normal file
10
docker-compose.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# docker-compose.yml example
|
||||
|
||||
tor:
|
||||
image: goldy/tor-hidden-service
|
||||
links:
|
||||
- hello
|
||||
|
||||
hello:
|
||||
image: tutum/hello-world
|
||||
hostname: hello-world
|
||||
Loading…
Add table
Add a link
Reference in a new issue