mirror of https://github.com/docker/docs.git
Add missing external flag indicator in secrets
This is required otherwise it tries to read a non-existing file
This commit is contained in:
parent
49c589d9d6
commit
4713bc5e51
|
@ -141,6 +141,7 @@ services:
|
|||
secrets:
|
||||
foo:
|
||||
name: "arn:aws:secretsmanager:eu-west-3:1234:secret:foo-ABC123"
|
||||
external: true
|
||||
```
|
||||
|
||||
Secrets will be available at runtime for your service as a plain text file `/run/secrets/foo`.
|
||||
|
|
Loading…
Reference in New Issue