Wrong docker-compose filename.
This commit is contained in:
Giancarlo Romeo 2018-02-14 15:23:26 +01:00 committed by Joao Fernandes
parent 2a790af017
commit 55108f0575
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ And that's it, the app is deployed on a swarm cluster!
> ```bash > ```bash
> docker login registry.example.com > 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 > This passes the login token from your local client to the swarm nodes where the