mirror of https://github.com/docker/docs.git
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:
parent
bd54196ec5
commit
4d67e28b63
|
|
@ -586,7 +586,7 @@ configuration file.
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Verify that the `nginx` service is fully re-deployed, using
|
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.
|
config.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue