mirror of https://github.com/docker/docs.git
Merge pull request #14627 from whatyouhide/patch-1
Fix a typo in deploy.md
This commit is contained in:
commit
5534cd211e
|
@ -117,7 +117,7 @@ running at any given time.
|
|||
|
||||
```yml
|
||||
services:
|
||||
fronted:
|
||||
frontend:
|
||||
image: awesome/webapp
|
||||
deploy:
|
||||
mode: replicated
|
||||
|
|
Loading…
Reference in New Issue