mirror of https://github.com/docker/docs.git
Fix a typo in deploy.md
The "fronted" service in an example was mispelled.
This commit is contained in:
parent
8acfa2f29b
commit
d4616a7fde
|
@ -117,7 +117,7 @@ running at any given time.
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
services:
|
services:
|
||||||
fronted:
|
frontend:
|
||||||
image: awesome/webapp
|
image: awesome/webapp
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
|
|
Loading…
Reference in New Issue