From 8265e764f2020c7d2cee1b25b234b169d8e30d39 Mon Sep 17 00:00:00 2001 From: bagratte Date: Fri, 5 May 2023 11:59:01 +0400 Subject: [PATCH] Proofread Compose FAQ --- compose/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/faq.md b/compose/faq.md index 473dc2c4d1..dc79002c0d 100644 --- a/compose/faq.md +++ b/compose/faq.md @@ -39,7 +39,7 @@ interactive terminal to the container and returns an exit status matching the exit status of the process in the container. The `docker compose start` command is useful only to restart containers -that were previously created, but were stopped. It never creates new +that were previously created but were stopped. It never creates new containers. ## Why do my services take 10 seconds to recreate or stop?