Fix tor configuration parsing to avoid loading of secrets

This commit is contained in:
Christophe Mehay 2021-02-20 14:34:40 +01:00
parent 3434863f10
commit 79b96a30a8
5 changed files with 408 additions and 410 deletions

View file

@ -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