浏览代码

Fix compose up in readme

Signed-off-by: Mathieu Champlon <[email protected]>
Mathieu Champlon 4 年之前
父节点
当前提交
2b8fd90021
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -9,7 +9,7 @@ defined using the [Compose file format](https://compose-spec.io).
 A Compose file is used to define how the one or more containers that make up
 A Compose file is used to define how the one or more containers that make up
 your application are configured.
 your application are configured.
 Once you have a Compose file, you can create and start your application with a
 Once you have a Compose file, you can create and start your application with a
-single command: `docker-compose up`.
+single command: `docker compose up`.
 
 
 # Where to get Docker Compose
 # Where to get Docker Compose
 
 
@@ -35,7 +35,7 @@ Using Docker Compose is basically a three-step process:
    reproduced anywhere.
    reproduced anywhere.
 2. Define the services that make up your app in `docker-compose.yml` so
 2. Define the services that make up your app in `docker-compose.yml` so
    they can be run together in an isolated environment.
    they can be run together in an isolated environment.
-3. Lastly, run `docker-compose up` and Compose will start and run your entire
+3. Lastly, run `docker compose up` and Compose will start and run your entire
    app.
    app.
 
 
 A Compose file looks like this:
 A Compose file looks like this: