浏览代码

updated readme

Martino Massalini 3 年之前
父节点
当前提交
0e74c1c9ec
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -287,7 +287,8 @@ It is recommended to keep your root docker config files in one repository, and y
 - `bin/setup-ssl-ca`: Generate a certificate authority and copy it to the host.
 - `bin/start`: Start all containers, good practice to use this instead of `docker-compose up -d`, as it may contain additional helpers.
 - `bin/status`: Check the container status.
-- `bin/stop`: Stop all containers.
+- `bin/stop`: Stop all project containers.
+- `bin/stopall`: Stop all docker running containers
 - `bin/update`: Update your project to the most recent version of `docker-magento`.
 - `bin/xdebug`: Disable or enable Xdebug. Accepts params `disable` (default) or `enable`. Ex. `bin/xdebug enable`