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