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:
|
my_first_secret:
|
||||||
file: ./secret_data
|
file: ./secret_data
|
||||||
my_second_secret:
|
my_second_secret:
|
||||||
external:
|
external: true
|
||||||
name: redis_secret
|
name: redis_secret
|
||||||
```
|
```
|
||||||
|
|
||||||
You still need to [grant access to the secrets](#secrets) to each service in the
|
You still need to [grant access to the secrets](#secrets) to each service in the
|
||||||
|
|
Loading…
Reference in New Issue