fix minor typo in swarm example

This commit is contained in:
Marko Kaznovac 2023-08-10 05:56:04 +02:00 committed by GitHub
parent 55e00be36e
commit 46f4a8541e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -209,7 +209,7 @@ See the [Docker Swarm API Access](#docker-api-access) section for more informati
services:
traefik:
image: traefik:v3.0 # The official v2 Traefik docker image
image: traefik:v3.0 # The official v3 Traefik docker image
ports:
- "80:80"
volumes: