mirror of https://github.com/docker/docs.git
typo last command interlock-proxy name
last command has service name `interlock=proxy` but should be `interlock-proxy`
This commit is contained in:
parent
641da0ed72
commit
d567471bcc
|
|
@ -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:
|
thirty (30) seconds between updates, use the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$> docker service update --update-delay=30s interlock=proxy
|
$> docker service update --update-delay=30s interlock-proxy
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue