From 19854f8550b7600ae01968dbef5e5e3401dcff74 Mon Sep 17 00:00:00 2001 From: David Carrell Date: Wed, 7 Dec 2022 13:26:05 -0600 Subject: [PATCH] Update index.md --- 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 dd8b8e29a6..3930870bd1 100644 --- a/compose/compose-file/index.md +++ b/compose/compose-file/index.md @@ -2225,7 +2225,7 @@ volumes: name: actual-name-of-volume ``` -This make it possible to make this lookup name a parameter of a Compose file, so that the model ID for volume is +This makes it possible to make this lookup name a parameter of a Compose file, so that the model ID for volume is hard-coded but the actual volume ID on platform is set at runtime during deployment: ```yml