fixed formatting in swarm-deploy.md

- fixed formatting in section "Describe apps using stack files" to properly show code section and quote
This commit is contained in:
Ben 2020-02-16 14:22:06 +01:00 committed by GitHub
parent 36aba6a7c6
commit 0f9158f540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 10 deletions

View File

@ -26,6 +26,7 @@ Swarm never creates individual containers like we did in the previous step of th
Let's write a simple stack file to run and manage our bulletin board. Place the following in a file called `bb-stack.yaml`:
```yaml
version: '3.7'