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
+1 -1
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: