mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-05-20 17:00:32 +00:00
Fix tor configuration parsing to avoid loading of secrets
This commit is contained in:
parent
3434863f10
commit
79b96a30a8
5 changed files with 408 additions and 410 deletions
|
@ -24,12 +24,8 @@ services:
|
|||
|
||||
# Set secret for key, use the same name as the service
|
||||
secrets:
|
||||
- source: foo
|
||||
target: foo
|
||||
mode: 0400
|
||||
- source: bar
|
||||
target: bar
|
||||
mode: 0400
|
||||
- foo
|
||||
- bar
|
||||
|
||||
hello:
|
||||
image: tutum/hello-world
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue