mirror of https://github.com/docker/docs.git
Fix example of "configs" (#3807)
This should be "configs" not "secrets" as it's an example of the new "configs" option.
This commit is contained in:
parent
47e63e6fc0
commit
39dd81ec91
|
@ -306,7 +306,7 @@ services:
|
||||||
image: redis:latest
|
image: redis:latest
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
secrets:
|
configs:
|
||||||
- source: my_config
|
- source: my_config
|
||||||
target: /redis_config
|
target: /redis_config
|
||||||
uid: '103'
|
uid: '103'
|
||||||
|
|
Loading…
Reference in New Issue