diff --git a/get-started/part4.md b/get-started/part4.md index 5418a5e540..6197aec06b 100644 --- a/get-started/part4.md +++ b/get-started/part4.md @@ -360,7 +360,7 @@ And that's it, the app is deployed on a swarm cluster! > ```bash > docker login registry.example.com > -> docker stack deploy --with-registry-auth -c docker-compose-yml getstartedlab +> docker stack deploy --with-registry-auth -c docker-compose.yml getstartedlab > ``` > > This passes the login token from your local client to the swarm nodes where the