mirror of https://github.com/docker/docs.git
Add back old example but mark as deprecated
This commit is contained in:
parent
915f740182
commit
c52e3c834e
|
@ -2352,6 +2352,11 @@ secrets:
|
|||
my_second_secret:
|
||||
external: true
|
||||
name: redis_secret
|
||||
|
||||
// Deprecated syntax for compose file version 3.5-
|
||||
my_second_secret:
|
||||
external:
|
||||
name: redis_secret
|
||||
```
|
||||
|
||||
You still need to [grant access to the secrets](#secrets) to each service in the
|
||||
|
|
Loading…
Reference in New Issue