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:
Adrian Moisey 2017-07-06 01:45:55 +02:00 committed by Misty Stanley-Jones
parent 47e63e6fc0
commit 39dd81ec91
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ services:
image: redis:latest
deploy:
replicas: 1
secrets:
configs:
- source: my_config
target: /redis_config
uid: '103'