Fix wrong command

Should use ` docker service ps nginx` verify the nginx service is fully re-deployed, not `docker service ls nginx`.
This commit is contained in:
WeJie 2018-12-07 23:22:46 +08:00 committed by GitHub
parent bd54196ec5
commit 4d67e28b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ configuration file.
```
4. Verify that the `nginx` service is fully re-deployed, using
`docker service ls nginx`. When it is, you can remove the old `site.conf`
`docker service ps nginx`. When it is, you can remove the old `site.conf`
config.
```bash