proofreading

This commit is contained in:
2022-02-27 21:34:35 +01:00
parent ac96fac378
commit 2aff89e590
6 changed files with 97 additions and 21 deletions

View File

@ -189,7 +189,7 @@ In order to deploy Traefik on our shiny new Docker Swarm, we must write a Docker
{{< highlight host="manager-01" file="~/traefik-stack.yml" >}}
```yml
version: '3.2'
version: '3'
services:
traefik:
@ -318,7 +318,7 @@ Create `portainer-agent-stack.yml` swarm stack file with follogin content :
{{< highlight host="manager-01" file="~/portainer-agent-stack.yml" >}}
```yml
version: '3.2'
version: '3'
services:
agent:
@ -398,10 +398,10 @@ It's finally time to test our new cluster environment by testing some stacks thr
Create a new `diun` stack through Portainer and set following content :
{{< highlight host="stack" file="diun">}}
{{< highlight host="stack" file="diun" >}}
```yml
version: "3.2"
version: '3'
services:
diun: