diff --git a/compose/features-uses.md b/compose/features-uses.md index 4de4892ed3..76e06eafac 100644 --- a/compose/features-uses.md +++ b/compose/features-uses.md @@ -65,7 +65,7 @@ runs, if it finds any containers from previous runs, it copies the volumes from the old container to the new container. This process ensures that any data you've created in volumes isn't lost. -If you use `docker-compose` on a Windows machine, see +If you use `docker compose` on a Windows machine, see [Environment variables](reference/envvars.md) and adjust the necessary environment variables for your specific needs. @@ -103,7 +103,7 @@ The [Compose file](compose-file/index.md) provides a way to document and configu all of the application's service dependencies (databases, queues, caches, web service APIs, etc). Using the Compose command line tool you can create and start one or more containers for each dependency with a single command -(`docker-compose up`). +(`docker compose up`). Together, these features provide a convenient way for developers to get started on a project. Compose can reduce a multi-page "developer getting @@ -128,4 +128,4 @@ Compose has traditionally been focused on development and testing workflows, but with each release we're making progress on more production-oriented features. For details on using production-oriented features, see -[compose in production](production.md) in this documentation. \ No newline at end of file +[compose in production](production.md) in this documentation.