diff --git a/docs/index.html b/docs/index.html index 9acdd3b6..8112879d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4072,12 +4072,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 ``` ]