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
|
||||
services:
|
||||
fronted:
|
||||
frontend:
|
||||
image: awesome/webapp
|
||||
deploy:
|
||||
mode: replicated
|
||||
|
|
Loading…
Reference in New Issue