typo last command interlock-proxy name

last command has service name `interlock=proxy` but should be `interlock-proxy`
This commit is contained in:
Ivan Sharamok 2019-07-09 15:56:56 -07:00 committed by GitHub
parent 641da0ed72
commit d567471bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,5 +30,5 @@ updates, such as to let a service settle, use the `update-delay` setting. For e
thirty (30) seconds between updates, use the following command:
```bash
$> docker service update --update-delay=30s interlock=proxy
$> docker service update --update-delay=30s interlock-proxy
```