Fix the dockercoins_worker service name

This commit is contained in:
Everett Toews
2017-04-16 13:23:54 -05:00
parent 7b3c9cd2c3
commit b14662490a

View File

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