diff --git a/get-started/part5.md b/get-started/part5.md index 596387d6e0..773e9773ad 100644 --- a/get-started/part5.md +++ b/get-started/part5.md @@ -208,7 +208,7 @@ the new `docker-compose.yml` file with `docker-machine scp`, and run ``` $ docker-machine ssh myvm1 "mkdir ./data" -$ docker-machine scp compose-file.yml myvm1:~ +$ docker-machine scp docker-compose.yml myvm1:~ $ docker-machine ssh myvm1 "docker stack deploy -c docker-compose.yml getstartedlab" ```