Add support for docker-compose v2 and private keys
This commit is contained in:
parent
dc821c284a
commit
4615d83430
7 changed files with 210 additions and 17 deletions
|
|
@ -1,13 +1,16 @@
|
|||
# docker-compose.yml example
|
||||
|
||||
tor:
|
||||
# image: goldy/tor-hidden-service
|
||||
image: goldy/tor-hidden-service
|
||||
# or
|
||||
build: .
|
||||
links:
|
||||
- hello
|
||||
- world
|
||||
environment:
|
||||
PORT_MAP: 80 # Map port to detected service
|
||||
volumes:
|
||||
- ./keys:/var/lib/tor/hidden_service/
|
||||
|
||||
hello:
|
||||
image: tutum/hello-world
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue