Kaynağa Gözat

updated readme

Martino Massalini 3 yıl önce
ebeveyn
işleme
0e74c1c9ec
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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`