mirror of https://github.com/docker/docs.git
Update example for deprecated name
secret.external.name is deprecated in favor of secret.name
This commit is contained in:
parent
3840f1b232
commit
915f740182
|
@ -2350,8 +2350,8 @@ secrets:
|
|||
my_first_secret:
|
||||
file: ./secret_data
|
||||
my_second_secret:
|
||||
external:
|
||||
name: redis_secret
|
||||
external: true
|
||||
name: redis_secret
|
||||
```
|
||||
|
||||
You still need to [grant access to the secrets](#secrets) to each service in the
|
||||
|
|
Loading…
Reference in New Issue