fix docker compose version

This commit is contained in:
2022-08-23 19:07:47 +02:00
parent 9d7a7f7ea1
commit 91ebd467e2
6 changed files with 22 additions and 22 deletions

View File

@ -190,7 +190,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'
version: '3.8'
services:
traefik:
@ -320,7 +320,7 @@ Create `portainer-agent-stack.yml` swarm stack file with follogin content :
{{< highlight host="manager-01" file="~/portainer-agent-stack.yml" >}}
```yml
version: '3'
version: '3.8'
services:
agent:
@ -420,7 +420,7 @@ Create the next stack through Portainer :
{{< highlight host="stack" file="maintenance" >}}
```yml
version: '3'
version: '3.8'
services:
diun:
@ -544,7 +544,7 @@ Do `sudo /mnt/storage-pool/minio` on `manager-01` and create following stack :
{{< highlight host="stack" file="minio" >}}
```yml
version: '3'
version: '3.8'
services:
app: