diff --git a/rancher/v1.2/en/quick-start-guide/index.md b/rancher/v1.2/en/quick-start-guide/index.md index 2b36915f7..1883d92ce 100644 --- a/rancher/v1.2/en/quick-start-guide/index.md +++ b/rancher/v1.2/en/quick-start-guide/index.md @@ -196,7 +196,7 @@ $ export RANCHER_SECRET_KEY= Now, navigate to the directory where you saved `docker-compose.yml` and `rancher-compose.yml` and run the command. ```bash -$ rancher -s NewLetsChatApp up -d +$ rancher up -d -s NewLetsChatApp ```
In Rancher, a new stack will be created called **NewLetsChatApp** with all of the services launched in Rancher.