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 ``` ]