Service name should be dockercoins_worker not worker

This commit is contained in:
Holger Knust
2017-03-04 11:29:01 -08:00
parent 09cabc556e
commit 9a9e725d5b

View File

@@ -3845,7 +3845,7 @@ Note how the build and push were fast (because caching).
- Look at our service status:
```bash
watch -n1 "docker service ps worker | grep -v Shutdown.*Shutdown"
watch -n1 "docker service ps dockercoins_worker | grep -v Shutdown.*Shutdown"
```
]