Merge pull request #17275 from bagratte/compose-faq

Proofread Compose FAQ
This commit is contained in:
Allie Sadler
2023-05-10 13:02:55 +01:00
committed by GitHub

View File

@@ -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?