Merge pull request #7818 from WeJie/patch-3

Fix wrong command
This commit is contained in:
L-Hudson 2018-12-07 14:58:20 -05:00 committed by GitHub
commit 3a5c53b626
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