From b14662490ace017a550ee40a0498f6fb9d82dd3a Mon Sep 17 00:00:00 2001 From: Everett Toews Date: Sun, 16 Apr 2017 13:23:54 -0500 Subject: [PATCH] Fix the dockercoins_worker service name --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 258cf004..2b030ac0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4061,12 +4061,12 @@ class: extra-details - Just scale back to 10 replicas: ```bash - docker service update worker --replicas 10 + docker service update dockercoins_worker --replicas 10 ``` - Check that they're running: ```bash - docker service ps worker + docker service ps dockercoins_worker ``` ]