From 39dd81ec91ae31a119be47627f7780674c7b3bad Mon Sep 17 00:00:00 2001 From: Adrian Moisey Date: Thu, 6 Jul 2017 01:45:55 +0200 Subject: [PATCH] Fix example of "configs" (#3807) This should be "configs" not "secrets" as it's an example of the new "configs" option. --- compose/compose-file/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/compose-file/index.md b/compose/compose-file/index.md index 86b68a6c15..483d0797f3 100644 --- a/compose/compose-file/index.md +++ b/compose/compose-file/index.md @@ -306,7 +306,7 @@ services: image: redis:latest deploy: replicas: 1 - secrets: + configs: - source: my_config target: /redis_config uid: '103'