From 4d67e28b63746b67895dd83a2494f292c99aac27 Mon Sep 17 00:00:00 2001 From: WeJie Date: Fri, 7 Dec 2018 23:22:46 +0800 Subject: [PATCH] Fix wrong command Should use ` docker service ps nginx` verify the nginx service is fully re-deployed, not `docker service ls nginx`. --- engine/swarm/configs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/swarm/configs.md b/engine/swarm/configs.md index f78c1c4616..79adf7516b 100644 --- a/engine/swarm/configs.md +++ b/engine/swarm/configs.md @@ -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